http://bugzilla.suse.com/show_bug.cgi?id=1065270 http://bugzilla.suse.com/show_bug.cgi?id=1065270#c10 Michael Gorse <mgorse@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mgorse@suse.com --- Comment #10 from Michael Gorse <mgorse@suse.com> --- I think that this is a different bug from bug 1084286. The latter is a use after free issue. Anyway, I'm seeing another instance of this bug when running itstool on a .mo file. This is clearly passing bad data to libxml2, but it should print an error, as it does on python 2, rather than crashing. I think that the code in types.c should check the return value of PY_IMPORT_STRING and avoid returning NULL. I'm going to submit a merge request upstream to do that. Was the patch that we already have for this bug ever sent upstream? -- You are receiving this mail because: You are on the CC list for the bug.