From: Takashi Iwai Date: Wed, 18 Oct 2006 17:09:46 +0000 (+0200) Subject: [ALSA] Fix re-use of va_list X-Git-Tag: v2.6.19-rc3~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbedca39fe30db87b6401e4396f959c63d90082e;p=pandora-kernel.git [ALSA] Fix re-use of va_list The va_list is designed to be used only once. The current code may pass va_list arguments multiple times and may cause Oops. Copy/release the arguments temporarily to avoid this problem. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed