bug-bison
[Top][All Lists]
Advanced

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

Re : "array access bugs in bison-1.875"


From: Olatunji Oluwabukunmi Ruwase
Subject: Re : "array access bugs in bison-1.875"
Date: Sat, 3 May 2003 12:40:06 -0700 (PDT)

Hi,
 I am working on a bounds checking patch for gcc, and while testing it
on bison-1.875 testsuite, it flagged 8 array access bugs.
I inspected the source to confirm, and it turns out they were all similar
in nature. In each case for a given array e.g buffer of size N, accessing
elements at index >= N wasn't guarded against. The
bounds checker halts the program when access to index N is attempted.
The error message produced by the checker is in the attached testsuite.log
Please could you check this and confirm.
Thanks

tunji

Attachment: testsuite.log
Description: Text document


reply via email to

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