NetBSD/src WP7oSQElib/libossaudio ossaudio.c

   memset to zero the entire array, not just 8 bytes of it.

   picked up by gcc7's checker that the array size has not
   been multipled by the member size.

   here, we had 8 but should have had 8 * sizeof(int).

   XXX: real bug - pullup-7, pullup-8
VersionDeltaFile
1.34+4-4lib/libossaudio/ossaudio.c
+4-41 files

UnifiedSplitRaw