commit | eb36f4fc019835cecf0788907f6cab774508087b | [log] [tgz] |
---|---|---|
author | Karsten Keil <kkeil@suse.de> | Fri Jan 25 11:55:28 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jan 25 08:26:10 2008 -0800 |
tree | b834e3213c822735006c25f0c4f6e4ed6cafc181 | |
parent | 49914084e797530d9baaf51df9eda77babc98fa8 [diff] |
fix oops on rmmod capidrv Fix overwriting the stack with the version string (it is currently 10 bytes + zero) when unloading the capidrv module. Safeguard against overwriting it should the version string grow in the future. Should fix Kernel Bug Tracker Bug 9696. Signed-off-by: Gerd v. Egidy <gerd.von.egidy@intra2net.com> Acked-by: Karsten Keil <kkeil@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>