------- 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: ph10@???
ReportedBy: 191919@???
CC: pcre-dev@???
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