alsa-utils/alsactl
Doug Goldstein 888275e66c alsactl: sprintf to snprintf prevent buffer overflow
sprintf() is a bit dangerous unless you explicitly know your type size
and want to keep it in sync always. Its safer to just use snprintf() and
ensure your string doesn't overflow and is NULL terminated.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2013-05-06 10:55:07 +02:00
..
init Alsa-utils: Fix typo causing some volumes not to be initialized 2012-01-13 10:03:07 +01:00
.gitignore alsactl: systemd and udev hookup 2010-11-23 10:42:35 +01:00
90-alsa-restore.rules.in alsactl: add --with-alsactl-daemonswitch=FILE to the global configure.in 2013-04-10 11:08:47 +02:00
alsa-restore.service.in alsactl: Fix a typo in systemd alsa-restore.service 2013-04-15 11:21:13 +02:00
alsa-state.service.in alsactl: add --with-alsactl-daemonswitch=FILE to the global configure.in 2013-04-10 11:08:47 +02:00
alsa-store.service.in alsactl: add --with-alsactl-daemonswitch=FILE to the global configure.in 2013-04-10 11:08:47 +02:00
alsactl.1 alsactl: add --nice and --sched-idle options 2013-04-10 09:42:40 +02:00
alsactl.c alsactl: add --nice and --sched-idle options 2013-04-10 09:42:40 +02:00
alsactl.h alsactl: Improved command line argument handling... 2013-04-05 13:47:21 +02:00
alsactl_init.xml alsactl: Read only *.conf files when a directory is passed via INCLUDE 2012-06-14 16:06:42 +02:00
daemon.c alsactl: daemon mode - remove disconnected cards 2013-04-09 18:10:22 +02:00
init_parse.c alsactl: Read only *.conf files when a directory is passed via INCLUDE 2012-06-14 16:06:42 +02:00
init_sysdeps.c alsa-utils check if __USE_BSD is defined before compiling "BSD functions" 2008-12-08 11:55:27 +01:00
init_sysfs.c Initial 'alsactl init' implementation 2008-07-31 15:45:08 +02:00
init_utils_run.c Initial 'alsactl init' implementation 2008-07-31 15:45:08 +02:00
init_utils_string.c Fix misc compile warnings in alsactl 2009-02-18 15:34:57 +01:00
list.h Initial 'alsactl init' implementation 2008-07-31 15:45:08 +02:00
lock.c alsactl: sprintf to snprintf prevent buffer overflow 2013-05-06 10:55:07 +02:00
Makefile.am alsactl: add --with-alsactl-daemonswitch=FILE to the global configure.in 2013-04-10 11:08:47 +02:00
state.c alsactl: Improved command line argument handling... 2013-04-05 13:47:21 +02:00
utils.c alsactl: add the daemon mode 2013-04-05 13:47:18 +02:00