Anders
No one knows I'm schepe

Posts: 427
Registered: 03-02 |
found this in c_io.c C_Printf.
unsigned char tempstr[10240];
...
vsprintf(tempstr, s, args);
this could cause an overflow, but this is easily fixed by using
vsnprintf(tempstr, 10240, s, args) instead.
__________________
++++++++++[>++++++++++>++++++++++++>+++++++++++>++
+>+<<<<<-]>.>-.>>++.<<<++.>>+.+++.<--.>-----.+++++
+.>.<<<-----.>>-.<<++++.>>>.<<<++.------.>++++.>>>.
|