8463 common/acl: 'resultcount' may be used uninitialized in this function

Review Request #620 — Created July 5, 2017 and submitted — Latest diff uploaded

tsoome
illumos-gate
8463
4774268...
general
/code/illumos-gate/usr/src/common/acl/acl_common.c: In function 'ace_list_to_aent':
/code/illumos-gate/usr/src/common/acl/acl_common.c:1212:4: error: 'resultcount' may be used uninitialized in this function [-Werror=maybe-uninitialized]
    cacl_free(result, resultcount * sizeof (aclent_t));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors


Loading...