Bug#364037: libc6: memory leak in regcomp

2006-08-18 Thread Gilles Mocellin
It seems that I fall in this bug. amavisd-new/Spamassassin make use of regexp (yes, spamassassin via perl). Anyway, my memory becomes rapidely full on my mail relay (sarge + postfix + amavisd-new + spamassassin + dcc-client + razor2 + pyzor + sophie + clamav). The packages are from sarge except

Bug#364037: libc6: memory leak in regcomp

2006-04-21 Thread Jamil Djadala
Package: libc6 Version: 2.3.2.ds1-22sarge3 Severity: important Hi, i found memory leak in regcomp. If regcomp fail due to invalid regular expression containing opening bracket"(" , 40 bytes are lost. see example source: --- tmp.c begins here --- #include int main(int argc, char **argv) {