GNOME Bugzilla – Bug 655935
printf format string vulnerable by % in source files
Last modified: 2012-11-18 11:11:38 UTC
Created attachment 193206 [details] source input to generate printf conversion specifiers in format string The do_warn function (and maybe also others, like that in bug 643279) has a printf format string which may contain characters brought from input source files. When the input source file is (im)properly written, this format string can contain printf conversion specifiers, and doxygen may crash. Attached is an example of such source files. Your doxygen may not necessarily crash, but observe the format string transferred to do_warn -- fmt = warning: no matching file member found for x f()Possible candidates: x f(x)%g%s%s%s x Segmentation fault
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.5. 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.