Skip to content
Snippets Groups Projects
Commit 4ca5fc1c authored by rswindell's avatar rswindell
Browse files

Fix most likely cause of new crashes seen in mailsrvr, calls to

smb_freemsgmem():
bounce() is using a strange method of copying a message header in memory
(not using smb_copymsgmem) and when it frees the message, ends up with a
double-free of the 2 new smbmsg_t members (not header fields): text_subtype
and text_charset.
parent b00938f6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment