Re: [PATCH net] isdn: Partially revert debug format string usage clean up

2015-11-25 Thread Kees Cook
On Tue, Nov 24, 2015 at 10:47 PM, Christoph Biedl wrote: > Commit 35a4a57 ("isdn: clean up debug format string usage") introduced > a safeguard to avoid accidential format string interpolation of data > when calling debugl1 or HiSax_putstatus. This did however not take into > account VHiSax_putsta

Re: [PATCH net] isdn: Partially revert debug format string usage clean up

2015-11-25 Thread David Miller
From: Christoph Biedl Date: Wed, 25 Nov 2015 07:47:40 +0100 > Commit 35a4a57 ("isdn: clean up debug format string usage") introduced > a safeguard to avoid accidential format string interpolation of data > when calling debugl1 or HiSax_putstatus. This did however not take into > account VHiSax_pu

[PATCH net] isdn: Partially revert debug format string usage clean up

2015-11-24 Thread Christoph Biedl
Commit 35a4a57 ("isdn: clean up debug format string usage") introduced a safeguard to avoid accidential format string interpolation of data when calling debugl1 or HiSax_putstatus. This did however not take into account VHiSax_putstatus (called by HiSax_putstatus) does *not* call vsprintf if the he