On Sep 10, 2010, at 7:08 AM, enami tsugutomo wrote: >> -wrong initialization reported in a followup to PR bin/43336 >> (looks harmless because it applies to zero-initialized memory, so >> LIST_INIT() is a no-op) > > Does malloc(3) return zero-initialized memory? Not unless you asked for it with M_ZERO.