CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2013/02/26 15:52:08
Modified files: usr.bin/sndiod : dev.c Log message: Encoding conversion buffer size is one stream block, not one device block. Fix crashes occuring when the client sample frequency is much larger than the device sample frequency. Found by Alexander Polakov, thanks. ok deraadt@