When compiled with gcc4, pkg-config --help crashes due to an overflow in the format string in singleOptionHelp.
Created attachment 2030 [details] [review] a lo-tech fix
char format[11] should be enough. Can anybody commit the fix for this crasher?
2005-08-23 Tollef Fog Heen <tfheen@err.no> * popthelp.c: char format[10] overflowed always with gcc4, so use positional parameters instead. Thanks to Scott James Remnant for pointing me to that solution. Debian #321961, Ubuntu #13950, Freedesktop #2661
0.20 has been released with a fix for this problem.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.