Skip to content
Commit c3368f64 authored by Chris Friedt's avatar Chris Friedt Committed by Dan Kalowsky
Browse files

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: default avatarChris Friedt <cfriedt@tenstorrent.com>
parent 44c76ee4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment