commit | 8001530d5af707eb9a158839c8f651eb6c1cb3c2 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Thu Dec 11 16:10:08 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Dec 12 09:26:12 2008 +0100 |
tree | 052788f8eb59b13bb7d1edf691150dbc7a54901b | |
parent | f3134de60624829a57741c1f3796847d4de165f6 [diff] |
tracing/fastboot: fix len of func buffer Impact: fix possible stack overrun This is a port of a patch included in the mainline (KSYM_SYMBOL_LEN fixes). The current func len is not large enough to contain the max symbol len, the right size must be KSYM_SYMBOL_LEN. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>