]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bandaid for a buffer overrun in the module searching code. When breaking
authorpeter <peter@FreeBSD.org>
Thu, 11 Apr 2002 10:00:44 +0000 (10:00 +0000)
committerpeter <peter@FreeBSD.org>
Thu, 11 Apr 2002 10:00:44 +0000 (10:00 +0000)
commita2bdc11625ac3ed770aed5f838725e3f00c2c279
tree2ab1cf9c6a3b3de4e7f82347de7051764ea173e5
parent63071c12c89590f82b59e00f581c33b3a2eba6e7
Bandaid for a buffer overrun in the module searching code.  When breaking
up the module_path string, we would walk one past the end of the buffer.
This hurting ia64 originally, but it was probably also happening on i386
occasionally as well.  The effects were usually harmless, it would add
bogus "binary" search directories to the places it actually looked for
files.
sys/boot/common/module.c