Revert "DKIM: reduce memory usage"
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 7 Aug 2016 22:19:02 +0000 (23:19 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 7 Aug 2016 22:19:02 +0000 (23:19 +0100)
This reverts commit dea4897244b409bf91dc60a7e5e4b3d06f123dd6.
It appears to induce spurious behaviour, seen in the testsuite.  Possibly
the sha_hash update calls think the memory they are passed will still
be around later (eg. at sha_finish time)?   A pity, since currently
we are allocating for the entire message body - which could easily
be MB or (future) GB.

src/src/pdkim/pdkim.c

index 09a745a25220fefe872907902ec4ae889d05d734..f468d232be298523cdd5f0c6cc56cb6df179efa5 100644 (file)
@@ -767,7 +767,6 @@ while (sig)
   sig = sig->next;
   }
 
-if (relaxed_data) store_reset(relaxed_data);
 return PDKIM_OK;
 }