CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2012/11/02 05:08:32
Modified files: usr.bin/aucat : wav.c Log message: Initialize wav structure enough for wav_close() to work in the error code path. Fixes crashes when wav_close() is called on uninitialized wav structure. With help from Remco <remco at d-compu.dyndns.org>, thanks!