POCC.EXE: Version 7.00.5 Input buffer overflow

Started by TimoVJL, April 24, 2012, 10:28:41 AM

Previous topic - Next topic

TimoVJL

test_error.c(6): fatal error #1043: Input buffer overflow.
May the source be with you

CommonTater

 :D So basically we shouldn't include 700 line comments?  Whatever shall I do??? :D

(Sorry guys, I just couldn't resist)

iZzz32

#2
CommonTater, I've seen several projects with API documentation kept in the .h file (not 700 lines at once though). For example there is 200-line (10KB) comment in sqlite3.h.

But the problem is not in comment:
_T("test)";

Here the closing parenthesis is put inside the string literal, so the rest of the file is treated as the macro argument.