Ben Noordhuis f961a547ff q3map2: bump MAX_OS_PATH to 4096
Fixes a "buffer overflow detected" abort when compiled with _FORTIFY_SOURCE=1.

The realpath(3) function in glibc checks if the destination buffer is large
enough to hold up to PATH_MAX characters and aborts if that is not the case.
PATH_MAX doesn't have to be defined so assume that it's equal to 4096.

We should really be using pathconf(_PC_PATH_MAX) instead of a hard-coded value
but that means we can no longer use static buffers to hold paths.
2012-03-18 02:17:09 +01:00
2012-03-18 02:17:09 +01:00
2012-03-18 02:17:09 +01:00
2012-03-18 02:13:11 +01:00
2008-06-25 22:07:02 +00:00
2008-06-25 22:07:02 +00:00
eol
2007-11-04 04:09:22 +00:00
2008-06-25 22:07:02 +00:00
2008-06-25 22:05:08 +00:00
eol
2007-11-04 04:09:22 +00:00
2008-07-05 08:53:43 +00:00
2011-02-22 04:48:05 +00:00
eol
2007-11-04 04:09:22 +00:00
Description
The open-source, cross-platform level editor for id Tech based games.
32 MiB
Languages
C++ 68.7%
C 24.1%
Python 1.7%
CMake 1.3%
Java 1%
Other 2.8%