about summary refs log tree commit diff
path: root/tests/valgrind (follow)
Commit message (Expand)AuthorAge
* tests: add Valgrind supportJohn Keeping2014-01-12
='column1'>| | | | | | | | | | | | | | | | | | This isn't used anywhere and prevents the code from being compiled on other platforms, such as *BSD. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> * | | | | Merge branch 'stable'Lars Hjemli2011-07-22 |\| | | | | * | | | Fix potential XSS vulnerability in rename hintLukas Fleischer2011-07-22 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file name displayed in the rename hint should be escaped to avoid XSS. Note that this vulnerability is only applicable when an attacker has gained push access to the repository. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | * | | | Remove dead initialization in cgit_parse_commit()Lukas Fleischer2011-07-22 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The value stored to "t" during its initialization gets overwritten in any case, so just leave it uninitialized. Spotted by clang-analyzer. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> Signed-off-by: Lars Hjemli <hjemli@gmail.com> * | | | | Merge branch 'stable'Lars Hjemli2011-07-21 |\| | | | | * | | | CGIT 0.9.0.2Lars Hjemli2011-07-21 | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com> | * | | | html.c: avoid out-of-bounds access for url_escape_tableEric Wong2011-07-21 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a segfault for me with with -O2 optimization on x86 with gcc (Debian 4.4.5-8) 4.4.5 I can reliably reproduce it with the following parameters when pointed to the git.git repository: PATH_INFO='/git-core.git/diff/' QUERY_STRING='id=2b93bfac0f5bcabbf60f174f4e7bfa9e318e64d5&id2=d6da71a9d16b8cf27f9d8f90692d3625c849cbc8' Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> * | | | | Merge branch 'stable'Lars Hjemli2011-07-21 |\| | | | | |_|_|/ |/| | | | * | | tests: fix failures when CDPATH is setFerry Huberts