------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1176 Summary: sljit malloc uses its own malloc Product: PCRE Version: 8.20 Platform: All OS/Version: All Status: NEW Severity: bug Priority: medium Component: Code AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] I saw sljit uses its own malloc: sljitConfigInternal.h:#define SLJIT_MALLOC(size) malloc(size) I think sljit should also use pcre_malloc like the other parts of libpcre. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
