GNOME Bugzilla – Bug 740901
Many database operations no longer work, libmsi/table.c needs updating
Last modified: 2014-11-30 19:40:15 UTC
Created attachment 291802 [details] [review] Update libmsi/table.c Hi, Currently tests 1, 10, 12, 13 and 19 in the testsuite fail; if you'd like the details I can provide them, but the fix is easy. I'm attaching a patch based on the changed made in Wine to fix this. Regards, Stephen
Woot, thanks for the patch! Could you give just a bit of details? (update the patch with details would be nice)
I've added what little detail I have to the patch... It's a single commit from Wine, with not much explanation there.
Created attachment 291841 [details] [review] Prevent null pointer dereference in memset
BTW the second part of the patch isn't necessary to fix the bug, I just left it there because it makes matching up git commits from Wine easier! (And it makes debugging easier...)
Attachment 291841 [details] pushed as 56738e0 - Prevent null pointer dereference in memset