Package: ratfor
Version: 1.0-8
Severity: normal

I'm running ratfor on an input file (now, just a single-line test
file).  It fails to correctly parse the include line.  If I try to
include a file called "s" (include s), then it will call open("");  If
I try to includea  file called "ssss", then it will call open("ss").
It always seems to truncate the filename two characters before it
should.

That's a potential buffer underflow, even: buf[-2]=0.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to