[Bug binutils/6913] [PATCH] binutils printf format string errors on Intrepid
--- Additional Comments From amodra at bigpond dot net dot au 2008-09-25 01:20 --- Fixed, thanks! -- What|Removed |Added Status|NEW |RESO
[PATCH] Properly guard against a call without parameters.
Calling windres without parameter was crashing (segmentation violation). We properly check the number of argument, if none the usage string is displayed. --- binutils/ChangeLog |7 +++ binutils/windres.c |2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git binutils/Chan