]> gitweb.ps.run Git - ps-cgit/commit
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)
commit72fa5c63f80262019d807658cc537c9897c4b1d1
treedd10f33b94e95574a145ddd7e82b22356039f3a0
parent30ccdcaa74ebc0aab2b7843b0db8251d0ddf56de
cache_safe_filename() needs more buffers

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>
cache.c