]> source.dussan.org Git - rspamd.git/commit
[CritFix] Fix corruption when multiple fuzzy are defined
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 2 May 2017 12:52:19 +0000 (13:52 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 2 May 2017 12:57:39 +0000 (13:57 +0100)
commit7c168ad6d887c69031fe766c6dbfe5d9488922f7
treeeb07263d8524426a79ad9c230590cf2fce769e04
parent32a87ac6d1cd0e24fe084d31df70d06b5ac593f4
[CritFix] Fix corruption when multiple fuzzy are defined

If there are two fuzzy storages with the same algorithm but one of them
uses encryption, then the encryption procedure could corrupt
non-encrypted requests. This patch decouples encryption from caching
removing this issue.

Issue: #1611
src/plugins/fuzzy_check.c