Print this page
11506 smatch resync

@@ -20,10 +20,12 @@
 #
 #
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
+# Copyright 2019 Joyent, Inc.
+#
 
 LIBRARY =       sysevent_conf_mod
 
 include ../Makefile.com
 

@@ -30,10 +32,13 @@
 LDLIBS +=       -lnvpair
 CPPFLAGS +=     -I ../../daemons/syseventconfd
 
 CERRWARN +=     -_gcc=-Wno-uninitialized
 
+# strange smatch false positive
+SMOFF +=       allocating_enough_data
+
 .KEEP_STATE:
 
 all: $(DYNLIB)
 
 install: all                            \