Closed GoogleCodeExporter closed 9 years ago
This appears to be overflow of a 2-byte integer. These functions are from
sqlite3.c,
which is a huge file containing the entire sqlite implementation. In our tree,
the
function "sqlite3VdbeExec" starts at line 32221 and ends at line 36841, and sure
enough, the line numbers in that function go from ok to negative, and functions
after
that seem to have negative numbers.
Original comment by ted.mielczarek
on 29 Jun 2007 at 1:59
This fixes my problem. Thankfully sqlite3.c is slightly less than 64k lines,
or we
might have an even bigger problem. I guess that's just a limitation of stabs
though.
Original comment by ted.mielczarek
on 1 Jul 2007 at 3:31
Attachments:
Original comment by ted.mielczarek
on 2 Jul 2007 at 12:07
Original issue reported on code.google.com by
ted.mielczarek
on 28 Jun 2007 at 3:22