repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libelf-getphdrnum.c
blob
d710459306c3aad3d322be3ad9073d5f886691fd
1
#include <libelf.h>
2
3
int
main
(
void
)
4
{
5
size_t
dst
;
6
7
return
elf_getphdrnum
(
0
, &
dst
);
8
}