]> git.saurik.com Git - wxWidgets.git/commit
Now uses MAX_LINE_BUFFER_SIZE constant for the array sizing of the buffer that hold...
authorGeorge Tasker <gtasker@allenbrook.com>
Fri, 22 Dec 2000 13:28:16 +0000 (13:28 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Fri, 22 Dec 2000 13:28:16 +0000 (13:28 +0000)
commit0e6ca3948f52d439fe2940daee9dfe7cac578f1c
tree8cd01dc93d4fc1bdc65a9d80c7d7a958d0df1d5c
parent1e33e2f3ae2533bc954a3eb780748eee1b422716
Now uses MAX_LINE_BUFFER_SIZE constant for the array sizing of the buffer that hold lines read in
Now checks that the line being read in does not exceed MAX_LINE_BUFFER_SIZE length, avoiding a crash whenever a long line is read in from a .tex file.  An error is now generated if the line is too long, and line line is truncated at MAX_LINE_BUFFER_SIZE characters.
All error messages are now constructed with wxStrings rather than char arrays.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
utils/tex2rtf/src/tex2any.cpp