jstedfast / gmime

A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
GNU Lesser General Public License v2.1
115 stars 36 forks source link

Fixes a memory bug with parser option #146

Closed dagle closed 1 year ago

dagle commented 1 year ago

In the last PR for parser options, there is a use after free. Also GDestroyNotify is safe on null.