diff options
author | Sven Linker <sven.linker@kernkonzept.com> | 2024-02-20 14:26:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-20 19:37:25 +0100 |
commit | a908621a934643f51a58042abcf1d1e42e281943 (patch) | |
tree | 8b5b2dfcbca4f721bb42ef6048cab76204ddab86 /libc/string/memset.c | |
parent | 0f4669a6ec932dd6d037810d64286ba2f4e02ee0 (diff) |
Replace null subtraction with cast
Clang warns about null-pointer subtractions, which are undefined
behavior per the C standards. Replace the subtractions with
explicit casts to `uintptr_t`.
Diffstat (limited to 'libc/string/memset.c')
0 files changed, 0 insertions, 0 deletions