mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-12-26 11:30:03 +05:30
safe_mem.test.c: remove STDERR_FILENO
This commit is contained in:
parent
324d23d6a6
commit
429d34fdff
@ -35,7 +35,7 @@ int main(void) {
|
||||
|
||||
integers[0] = 0;
|
||||
integers[1] = EOF;
|
||||
integers[2] = STDERR_FILENO;
|
||||
integers[2] = 2;
|
||||
integers[3] = 1;
|
||||
DUMP_INT_ARRAY("int* integers (before secure erasure)", integers, COUNT);
|
||||
printf("Secure erasure is "
|
||||
|
Loading…
Reference in New Issue
Block a user