mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 09:32:08 -04:00
Fix the isc_safe_memwipe() usage with (NULL, >0)
This commit is contained in:
parent
b105ccee68
commit
083461d332
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ ATF_TC_BODY(isc_safe_memwipe, tc) {
|
|||
/* These should pass. */
|
||||
isc_safe_memwipe(NULL, 0);
|
||||
isc_safe_memwipe((void *) -1, 0);
|
||||
isc_safe_memwipe(NULL, 42);
|
||||
|
||||
/*
|
||||
* isc_safe_memwipe(ptr, size) should function same as
|
||||
|
|
|
|||
Loading…
Reference in a new issue