Skip to content

Fix crash in Geary.RFC822.init()

Michael Gratton requested to merge wip/225-gmime-charset-crash into master

Due to an undocumented expectation in GMime.set_user_charsets(), the array passed in must be null-terminated.

Fixes #225 (closed)

Merge request reports