GNOME Bugzilla – Bug 796639
souphttpsrc: Protect input stream with lock
Last modified: 2018-07-18 14:33:52 UTC
See commit
Created attachment 372733 [details] [review] souphttpsrc: Protect input stream with lock This was the last remaining place where modifying/unreffing the input stream was not protected by the lock
You could rather easily end up in situations where either the input_stream (and contained references/objects) were either double-freed or leaked.
Attachment 372733 [details] pushed as 8842d51 - souphttpsrc: Protect input stream with lock