GNOME Bugzilla – Bug 736386
[PATCH] Fix another potential null pointer dereference in src/util.cpp
Last modified: 2014-12-25 16:02:50 UTC
Created attachment 285799 [details] [review] proposed fix Please review the attached patch. It fixes another potential null pointer dereference in src/util.cpp. This fixes Coverity Scan Issue CID-49997. Best regards and many thanks Martin Ettl
The proposed fix doesn't change the guard of the loop so it will not work. I think the intention was: for (;(srcA=srcAli.current()) && (dstA=dstAli.current());++srcAli,++dstAli) { ... }
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.9. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).