Skip to content
Snippets Groups Projects
  1. May 11, 2019
    • rswindell's avatar
      Fix most likely cause of new crashes seen in mailsrvr, calls to · 4ca5fc1c
      rswindell authored
      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.
      4ca5fc1c
  2. May 09, 2019
  3. May 07, 2019
  4. May 06, 2019
  5. May 05, 2019
Loading