commit | 666ab414fe14e8bbbe86a110437346128e1ec869 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Thu Nov 22 03:43:10 2007 +0100 |
committer | Sam Ravnborg <sam@ravnborg.org> | Mon Jan 28 23:14:36 2008 +0100 |
tree | 397dc03cba3aca4b0a1272fa927db89a7f3560e6 | |
parent | 58b7a68de37face98afe7c705391145795a982b5 [diff] |
kbuild: fix a buffer overflow in modpost When passing an file name > 1k the stack could be overflowed. Not really a security issue, but still better plugged. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>