repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git]
/
memcheck
/
tests
/
linux
/
debuginfod-check.c
blob
185139a8d8ea89fe5029d01dd0e7b7ca09e76f0d
1
#include <stdlib.h>
2
3
int
main
() {
4
char
*
p
=
malloc
(
1
);
5
p
[-
1
] =
0
;
6
return
0
;
7
}