mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-23 00:29:20 +02:00
Fix comment
This commit is contained in:
parent
4db285fe8e
commit
1a6fa6b6e7
2
test.c
2
test.c
|
@ -167,7 +167,7 @@ test_readname()
|
||||||
rv = readname(onejump, sizeof(onejump), &data, buf, 256);
|
rv = readname(onejump, sizeof(onejump), &data, buf, 256);
|
||||||
assert(rv == 9);
|
assert(rv == 9);
|
||||||
|
|
||||||
// These two tests use malloc to fail with segfault if jump is executed
|
// These two tests use malloc to cause segfault if jump is executed
|
||||||
bzero(buf, sizeof(buf));
|
bzero(buf, sizeof(buf));
|
||||||
jumper = malloc(sizeof(badjump));
|
jumper = malloc(sizeof(badjump));
|
||||||
if (jumper) {
|
if (jumper) {
|
||||||
|
|
Loading…
Reference in New Issue