alsa-project/alsa-gobject pull request #62 was opened from takaswie: Current implementation of libalsactl0, libalsarawmidi0, and libalsahwdep0 includes trivial bugs such as usage of uninitialized local variable. This patchset fixes the bugs. ``` Takashi Sakamoto (2): ctl/rawmidi/hwdep: fix compiler warning due to uninitialized variables seq: use safer way to copy strings src/ctl/query.c | 4 ++-- src/hwdep/query.c | 4 ++-- src/rawmidi/query.c | 4 ++-- src/seq/client-info.c | 2 +- src/seq/port-info.c | 2 +- src/seq/query.c | 2 +- src/seq/queue-info.c | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) ``` Request URL : https://github.com/alsa-project/alsa-gobject/pull/62 Patch URL : https://github.com/alsa-project/alsa-gobject/pull/62.patch Repository URL: https://github.com/alsa-project/alsa-gobject