On Thu, Jan 3, 2013 at 8:48 PM, Michael W. Bombardieri <m...@ii.net> wrote: > I am submitting a patch for awk. "struct Cell" has 7 fields; > the final field is an optional "next" pointer. ... > Splint identified that instances of Cell are initialised with only 6 > fields, e.g. > > run.c:78:24: Initializer block for falsecell has 6 fields, but Cell has 7 > fields: 2, 12, 0, 0, 0.0, 01
Patches to awk should be sent to the upstream maintainer listed in /usr/src/usr.bin/awk/README (I would tend to defer to that person's opinion on points of C style...) Philip Guenther