]> git.ipfire.org Git - thirdparty/glibc.git/commit
nss: Fix UB on test-netdb
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 23 Apr 2025 19:40:57 +0000 (16:40 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 8 May 2025 12:25:44 +0000 (09:25 -0300)
commit6a180670f8146c3f7397b29c553780fa0085b0c2
tree0a6d76fa9aa097b4d0977095d42fafd99870821e
parentdc4b8962cb9f271f6fdd2ae9d30764b475948306
nss: Fix UB on test-netdb

The gethostname is defined as not accepting NULL arguments, so
use a minimal size for initial call.
nss/test-netdb.c