freebsd-dev/sys/contrib/libnv
Mariusz Zaborski c68f8061cf If any function fail (the ptr variable will be equal to NULL), we shouldn't
return buffer. Instead we should free it and return NULL.

Approved by:	pjd (mentor)
2015-08-11 18:17:31 +00:00
..
dnvlist.c
nv_impl.h The nvlist_move_nvpair() function can fail in two cases, if: 2015-08-11 18:01:10 +00:00
nvlist_impl.h
nvlist.c If any function fail (the ptr variable will be equal to NULL), we shouldn't 2015-08-11 18:17:31 +00:00
nvpair_impl.h
nvpair.c