bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in resbin.c


From: Eric Burley
Subject: bug in resbin.c
Date: Tue, 13 Nov 2001 17:06:47 -0700

there's a bug in the way that resbin.c parses version resources.  if a
string attribute of a version resource has no value, the errormessage from
line 1145 is printed:
"unexpected version string length %d != %d + %d".  This is because in this
case, the call to get_unicode for the value read the length of the next
attribute.  a check should be made before the value is read to make sure
that it's even there.  I'm working on debugging this, but I thought that
someone with more experience might have more insights.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]