index
:
archive
main
Various notes, slides, figures, etc.
rgdd
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slides
/
2018-software-security
/
sample
/
bad-printf.c
blob: 7026600cfef130cedbd40daa38400f88d7955476 (
plain
)
1
2
3
4
char b[4]; fgets(b, 4, stdin); printf(b); ...