10936 umem_genasm needs to be stricter about segments
Review Request #1837 — Created May 9, 2019 and submitted
Information | |
---|---|
rm | |
illumos-gate | |
master | |
10936 | |
be29d4b... | |
Reviewers | |
general | |
10936 umem_genasm needs to be stricter about segments
10937 Clean up umem smatch and cerrwarn
Reviewed by: Cody Peter Mello <melloc@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
-
-
usr/src/lib/libumem/common/vmem.c (Diff revision 1) For strict standards compliance, should this not be
addr = (uintptr_t)NULL
, and the same for the check later?Ship it either way!