mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: fuzzed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
11d05ba281
commit
91e869b7a5
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ static void prv_alloc_and_test_fuzz_on_free(bool enabled) {
|
|||
heap_free(heap, test, 0);
|
||||
|
||||
if (enabled) {
|
||||
// the memory was fuzz'ed, better not match
|
||||
// the memory was fuzzed, better not match
|
||||
cl_assert(memcmp(test, test_string, strlen(test_string)) != 0);
|
||||
} else {
|
||||
// free'd data should match what was already there
|
||||
|
|
Loading…
Add table
Reference in a new issue