HardenedBSD/cddl/contrib/opensolaris/lib
Andriy Gapon 65b5f7c743 MFV r323790: 8567 Inconsistent return value in zpool_read_label
illumos/illumos-gate@c861bfbd77
c861bfbd77

https://www.illumos.org/issues/8567
  If fstat64 fails, pread64 fails, or the label is unintelligible,
  zpool_read_label will return 0. But if malloc fails, it will return -1. For
  consistency, it should always return -1 on failure or 0 on success.

Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Author: Alan Somers <asomers@gmail.com>

MFC after:	2 weeks
2017-09-20 07:23:50 +00:00
..
libctf/common
libdtrace
libgen/common
libnvpair
libuutil/common
libzfs/common MFV r323790: 8567 Inconsistent return value in zpool_read_label 2017-09-20 07:23:50 +00:00
libzfs_core/common
libzpool/common MFV r323527: 5815 libzpool's panic function doesn't set global panicstr, ::status not as useful 2017-09-13 10:34:31 +00:00
pyzfs/common