zephyr/lib/posix
Chris Friedt c3368f6491 posix: env: use sizeof void ptr instead of char ptr ptr
Coverity regularly raised a CID with every release that it found
`sizeof(char **)` confusing and somehow nonportable.

With every release, it needed to be marked as a false positive.

Change `sizeof(char **)` to `sizeof(void *)` to silence the
CID warnings.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-06-26 10:50:56 -10:00
..
options posix: env: use sizeof void ptr instead of char ptr ptr 2025-06-26 10:50:56 -10:00
shell
CMakeLists.txt
Kconfig