]> source.dussan.org Git - rspamd.git/commit
* Fix 2 memory issues:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 10 Mar 2009 11:20:14 +0000 (14:20 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 10 Mar 2009 11:20:14 +0000 (14:20 +0300)
commitdb2aa89316d180d8137f4f8f96b5193fd627e894
tree81523aa2f68d9a56deb8677c21806f66ba0b8a41
parent0f3ffee8009da397270ce1ea127dab84285ed432
* Fix 2 memory issues:
 - NULL string when trying to check url regexp
 - double free of message byte array as mime_stream frees memory in array if it thinks that stream is
   owner of array's memory
src/message.c
src/url.c
src/worker.c