Chen Gang
a19428e5c3
kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_str()
...
vsnprintf() may let 'r' larger than sizeof(buf), in this case, if 'r' is
also less than "vmcoreinfo_max_size - vmcoreinfo_size" (left size of
destination buffer), next memcpy() will read the unexpected addresses.
Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-01-27 21:02:40 -08:00
..
2014-01-13 17:38:55 +01:00
2014-01-22 16:35:21 -08:00
2013-12-02 10:15:39 -08:00
2014-01-20 10:42:08 -08:00
2014-01-24 15:51:02 -08:00
2014-01-23 16:36:56 -08:00
2014-01-20 10:25:12 -08:00
2014-01-25 11:11:31 -08:00
2014-01-20 11:34:26 -08:00
2014-01-27 08:22:30 -08:00
2013-12-10 18:21:34 +00:00
2014-01-21 16:19:41 -08:00
2014-01-21 16:19:41 -08:00
2014-01-17 17:14:32 -05:00
2014-01-14 14:54:00 -05:00
2014-01-13 22:32:31 -05:00
2014-01-13 22:32:38 -05:00
2013-12-20 12:25:45 -08:00
2014-01-13 22:26:48 -05:00
2013-12-05 12:28:04 -05:00
2014-01-21 17:51:34 -08:00
2013-12-02 20:43:14 +01:00
2013-12-05 12:28:04 -05:00
2014-01-21 16:19:46 -08:00
2013-11-28 09:49:41 -08:00
2014-01-23 16:37:02 -08:00
2013-12-19 13:50:32 -05:00
2014-01-20 10:42:08 -08:00
2014-01-13 13:41:06 +01:00
2014-01-27 21:02:40 -08:00
2014-01-23 16:37:03 -08:00
2013-12-13 15:59:11 +00:00
2014-01-21 09:59:16 +10:30
2013-12-05 21:28:42 +08:00
2013-11-26 12:12:26 +01:00
2013-12-04 14:09:46 +10:30
2013-12-09 16:56:29 +01:00
2013-12-18 19:04:50 -08:00
2014-01-23 16:37:02 -08:00
2014-01-20 11:34:26 -08:00
2014-01-23 16:37:02 -08:00
2014-01-23 16:37:03 -08:00
2013-12-10 18:25:28 +00:00
2013-12-10 18:25:28 +00:00
2013-12-13 15:59:11 +00:00
2014-01-21 17:46:31 -08:00