11425 smserverd: NULL pointer errors
Review Request #2143 — Created July 11, 2019 and submitted
Information | |
---|---|
tsoome | |
illumos-gate | |
11425 | |
e288a59... | |
Reviewers | |
general | |
myaudit.c: In function 'audit_init': myaudit.c:114:25: error: assignment makes integer from pointer without a cast [-Werror=int-conversion] door_dp->audit_text[0] = NULL; ^ myaudit.c:115:26: error: assignment makes integer from pointer without a cast [-Werror=int-conversion] door_dp->audit_text1[0] = NULL; ^ cc1: all warnings being treated as errors