From 849488a953c0c98fbe5a473689bd25d5494b5927 Mon Sep 17 00:00:00 2001 From: "Alfred M. Szmidt" Date: Sun, 5 Dec 2004 14:29:43 +0000 Subject: 2004-09-08 Neal H. Walfield * linux/dev/kernel/printk.c: Include . (printk): Use vsnprintf, not linux_vsprintf to avoid buffer overruns. * kern/printf.c (struct vsnprintf_cookie): New structure. (snputc): New function. (vsnprintf): Likewise. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e6a7080..7772448 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-09-08 Neal H. Walfield + + * linux/dev/kernel/printk.c: Include . + (printk): Use vsnprintf, not linux_vsprintf to avoid buffer + overruns. + + * kern/printf.c (struct vsnprintf_cookie): New structure. + (snputc): New function. + (vsnprintf): Likewise. + 2004-11-22 Guillem Jover * bogus/mach_assert.h: Change #ifdef DEBUG to #ifndef NDEBUG -- cgit v1.2.3