index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
2 testsetups
/
impl.c
blob: d87f3de51f6b3635fa58d3301ddf988070ca3e3d (
plain
)
1
2
3
4
5
/* Write past the end. */
void
do_nasty
(
char
*
ptr
)
{
ptr
[
10
]
=
'n'
;
}