Comment 4 for bug 931496

Revision history for this message
Robert Ancell (robert-ancell) wrote :

I've been playing around with this patch but I can't actually find any case where it can overwrite this buffer.

This is interesting however:
** WARNING **: scanner.vala:1204: Scan completed with 2250 lines, expected 2250 lines
(the log message is actually wrong and is showing the same variable there - fixed in trunk)

Could you perhaps throw some printfs in there to dump out what the size of the buffer was, what the other variables were and check on each write and log if it does overflow? I'm concerned if this isn't the cause we're just hiding another problem.