]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r323858:
authoroshogbo <oshogbo@FreeBSD.org>
Sat, 21 Oct 2017 19:37:25 +0000 (19:37 +0000)
committeroshogbo <oshogbo@FreeBSD.org>
Sat, 21 Oct 2017 19:37:25 +0000 (19:37 +0000)
commit91f173c1e6d8622d48062277e41ae8396dd67495
tree72bd3e8331149a810a5a7c7107016c960a3019de
parent871489dd45efd73c7650eb3d483a555c6bf26392
MFC r323858:
IMHO it is possible that failure will be treated as success because we don't
initialize nvp on every loop iteration and the code under 'fail'(!) label
detects success by checking of nvp != NULL.

Submitted by: pjd@
Sponsored by: Wheel Systems
sys/contrib/libnv/nvpair.c