freebsd-dev/sys/contrib/libnv
Mariusz Zaborski 56117a342f 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@
MFC after:	1 month
Sponsored by:   Wheel Systems
2017-09-21 10:16:44 +00:00
..
cnvlist.c Fix style issue in the cnv API. 2016-08-27 13:40:27 +00:00
dnvlist.c
nv_impl.h Add support for the arrays in nvlist library. 2015-08-15 06:34:49 +00:00
nvlist_impl.h Add cnv API. 2016-08-27 13:37:30 +00:00
nvlist.c Make the code consistent by always using 'fail' label. 2017-09-21 10:06:00 +00:00
nvpair_impl.h Add support for the arrays in nvlist library. 2015-08-15 06:34:49 +00:00
nvpair.c IMHO it is possible that failure will be treated as success because we don't 2017-09-21 10:16:44 +00:00