You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/pcre/pcretest.c-multiplication-o...

10 lines
384 B

@@ -4094,7 +4094,7 @@
#endif
new_info(re, NULL, PCRE_INFO_SIZE, &size);
fprintf(outfile, "Memory allocation (code space): %d\n",
- (int)(size - real_pcre_size - name_count * name_entry_size));
+ (int)(size - real_pcre_size - (long) name_count * name_entry_size));
}
/* If -s or /S was present, study the regex to generate additional info to