aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/nghttp2
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@huawei.com>2021-02-23 22:17:55 +0000
committerArmin Kuster <akuster808@gmail.com>2021-03-16 08:40:06 -0700
commit453bd7845fb4f9f67937b93bc7fd2275ca8f203b (patch)
tree5d0beb944708f9b4e2fc26152d0235e3ce9893b4 /meta-networking/recipes-support/nghttp2
parentf12e852c56ca897139220894d8b41e7967a70a58 (diff)
downloadmeta-openembedded-453bd7845fb4f9f67937b93bc7fd2275ca8f203b.tar.gz
nss: Fix warnings generated by getcwd
getcwd() conforms to POSIX.1-2001 which leaves the behaviour when the buf argument is NULL, undefined. This makes gcc 10+ throw the following warning: argument 1 is null but the corresponding size argument 2 value is 4096 Initially, this was fixed by disabling NSS_ENABLE_WERROR. This patch re-enables NSS_ENABLE_WERROR (by leaving it to its default value) and takes advantage of the existing functionality in nss that wraps the getcwd call into a function making sure that the buf argument is always properly allocated. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/nghttp2')
0 files changed, 0 insertions, 0 deletions