]> gitweb.ps.run Git - ps-cgit/commitdiff
cache_safe_filename() needs more buffers
authorLars Hjemli <hjemli@gmail.com>
Fri, 18 May 2007 01:54:15 +0000 (03:54 +0200)
committerLars Hjemli <hjemli@gmail.com>
Fri, 18 May 2007 20:51:02 +0000 (22:51 +0200)
The single static buffer makes it impossible to use the result of two
different calls to this function simultaneously. Fix it by using 4
buffers.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>

No differences found