mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-09 01:35:10 -04:00
remove trailing whitespace
This commit is contained in:
parent
195bc8c92a
commit
722974f4e9
1 changed files with 1 additions and 1 deletions
|
@ -1655,7 +1655,7 @@ EXPORT size_t h_malloc_object_size(void *p) {
|
|||
|
||||
mutex_unlock(&c->lock);
|
||||
thread_seal_metadata();
|
||||
|
||||
|
||||
size_t size = slab_usable_size(p);
|
||||
return size ? size - canary_size - offset : 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue