CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/15 04:19:52
Modified files:
usr.bin/sndiod : dev.c
Log message:
sndiod: Fix calls to enc_sil_do() with uninitialized argument
If the encoding is native the conv structure is uninitialized and
memset() must be used instead.
