mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
d5eb72e64d
`env` is allocated by checked allocation functions and can not be NULL. This checks confuses clang analyzer and causes a null-dereference warning on `env[size-1]`.