alsa-project / alsa-utils

The Advanced Linux Sound Architecture (ALSA) - utilities
GNU General Public License v2.0
197 stars 136 forks source link

alsactl: fix potential buffer overwrite #247

Closed szsam closed 10 months ago

szsam commented 10 months ago

The 'call to sprintf' operation on line 413 requires 21 bytes but the destination is only 16 bytes.