Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ fixed #242 ] segfault due to buffer overrun in C++ printer
After some buffer resizings, trying to strcpy the buffer into a buffer of the initial size will fail spectacularly. Exposed on Mac OS X. The copying was anyway silly if the buffer is to be filled with zeros afterwards, thus, simply don't do it!
- Loading branch information