David Bustos writes: > Quoth Tom Whitten on Wed, Dec 03, 2008 at 10:43:29AM -0700: > > I've posted a webrev at > > http://cr.opensolaris.org/~fourctom/audit_02_dec_2008/ that contains a > > number of fixes for bugs in the SMF audit code. Specifically, there are > ... > > cmd/svc/configd/rc_node.c ... > > 5953: Why is this needed here but not elsewhere? > ...
Good suggestions, David. I'll make the changes that you suggested. As to your question about 5953 in rc_node.c, my addition of the memset() call was just me being overly cautious. It is not needed and I'll take it out. Thanks for your time. tom