]> source.dussan.org Git - rspamd.git/commit
Fix race condition.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 9 Feb 2015 17:28:32 +0000 (17:28 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 9 Feb 2015 17:28:32 +0000 (17:28 +0000)
commit3223f408df78031f651c76109b48a5bc8fbd93dd
tree362fbc3ea274ff806f47880b00f007913eae5b47
parent8dcfc4994b8e370867033337c1a231d4fa3bd111
Fix race condition.

This race condition could occur if a message has too high spam score and the
planner decides to stop checking. However, already registered events
pending were not checked, which caused use-after-free for a task object.
src/libmime/filter.c