diff options
Diffstat (limited to 'sys/i386/isa/sound/pss.c')
-rw-r--r-- | sys/i386/isa/sound/pss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/pss.c b/sys/i386/isa/sound/pss.c index 17acfb2..a6a5b65 100644 --- a/sys/i386/isa/sound/pss.c +++ b/sys/i386/isa/sound/pss.c @@ -348,7 +348,7 @@ attach_pss(struct address_info * hw_config) #endif pss_initialized = 1; - sprintf(tmp, "ECHO-PSS Rev. %d", id); + snprintf(tmp, sizeof(tmp), "ECHO-PSS Rev. %d", id); conf_printf(tmp, hw_config); return; |