gtkradiant/tools/quake3/common
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
..
aselib.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
aselib.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
bspfile.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
bspfile.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
cmdlib.c q3map2: fix bogus empty string checks 2012-03-18 02:17:09 +01:00
cmdlib.h q3map2: bump MAX_OS_PATH to 4096 2012-03-18 02:17:09 +01:00
imagelib.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
imagelib.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
inout.c fix warning: format not a string literal and no format arguments 2012-03-18 02:13:11 +01:00
inout.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
jpeg.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
l3dslib.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
l3dslib.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
md4.c transfer from internal tree r5311 branches/1.4-gpl 2007-09-12 18:54:28 +00:00
mutex.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
mutex.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
polylib.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
polylib.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
polyset.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
qfiles.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
qthreads.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
quake3-common.vcproj Backing out commit 483. Going to set linker flags instead. 2011-04-06 04:08:22 +00:00
scriplib.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
scriplib.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
surfaceflags.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
threads.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
trilib.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
trilib.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
unzip.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
unzip.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
vfs.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
vfs.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00