Comment 11 for bug 391035

Revision history for this message
Anders Kaseorg (andersk) wrote :

This patch is wrong. This needs to be ScreenWidth + 1, not ScreenWidth:
+ BlankLine = new char[ScreenWidth];
because otherwise acqprogress.cc:273 overflows the buffer:
   BlankLine[ScreenWidth] = 0;