Go to file
Petteri Aimonen 8996833989 Fix crash on Ubuntu when opening assembly files.
Ubuntu enables GCC's buffer overflow checks by default. In SAVEDptr
union, the path was declared as 'char', even though MAX_PATH memory
was actually allocated. The buffer overflow check mistakenly thought
that the buffer size was only 1 and aborted the program whenever it
tried to read a path from a file.
2014-12-29 22:16:21 +02:00
ac-aux Initial Autotools and FLTK support 2013-10-28 01:28:42 -04:00
exposed Fix automake "option 'subdir-objects' is disabled" warning 2014-04-10 23:05:17 +06:00
extlib Updated the bundled LibPNG/zlib, and polished the MSVC makefile further 2013-11-13 00:33:23 -05:00
src Fix crash on Ubuntu when opening assembly files. 2014-12-29 22:16:21 +02:00
tools Use C99 integer types and C++ boolean types/values 2013-10-02 01:45:13 -04:00
.gitattributes Added a .gitattributes file 2013-11-19 18:17:55 -05:00
COPYING.txt Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
Makefile.am Added the exposed/ library and demo program to the Autotools build 2013-12-02 04:27:33 -05:00
Makefile.msvc Compare ((char *)p)[0] against '\0', not (char *)p. 2013-12-08 00:32:50 -08:00
autogen.sh Initial Autotools and FLTK support 2013-10-28 01:28:42 -04:00
configure.ac Added the exposed/ library and demo program to the Autotools build 2013-12-02 04:27:33 -05:00
wishlist.txt Make oops() calls exit instead of entering debugger by default, 2011-03-05 12:52:57 -08:00