kernel-hacking-2024-linux-s.../arch/um/drivers
Balbir Singh 361371201b uml: boot broken due to buffer overrun
mconsole_init() passed 256 bytes as length in os_create_unix_socket, while
the sizeof UNIX_PATH_MAX is 108. This patch fixes that problem and avoids
a big overrun bug reported on UML bootup.

sockaddr_un.sun_path is UNIX_PATH_MAX long which causes the problem.
Reported-by: Vikas K Managutte <vikki.km@gmail.com>
Reported-by: Sarvesh Kumar Lal Das <skldas@gmail.com>
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi>
Reviewed-by: WANG Cong <wangcong@zeuux.org>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: <stable@kernel.org>		[please check with Jeff]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-12-10 08:01:52 -08:00
..
chan_kern.c
chan_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
cow.h
cow_sys.h uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
cow_user.c
daemon.h
daemon_kern.c
daemon_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
fd.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
harddog_kern.c uml-harddog: BKL pushdown 2008-07-02 15:06:26 -06:00
harddog_user.c
hostaudio_kern.c
line.c uml: small cleanups and note bugs to be dealt with by uml authors... 2008-10-13 09:51:40 -07:00
Makefile x86, um: get rid of arch/um/os symlink 2008-10-22 22:55:22 -07:00
mcast.h
mcast_kern.c
mcast_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
mconsole_kern.c uml: boot broken due to buffer overrun 2008-12-10 08:01:52 -08:00
mconsole_user.c
mmapper_kern.c uml-mmapper: BKL pushdown 2008-07-02 15:06:26 -06:00
net_kern.c
net_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
null.c
pcap_kern.c
pcap_user.c missed kmalloc() in pcap_user.c 2008-05-21 16:55:57 -07:00
pcap_user.h
port.h
port_kern.c
port_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
pty.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
random.c uml-random: BKL pushdown 2008-07-02 15:06:26 -06:00
slip.h
slip_common.c
slip_common.h
slip_kern.c
slip_user.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
slirp.h
slirp_kern.c
slirp_user.c
ssl.c
ssl.h
stderr_console.c
stdio_console.c
stdio_console.h
tty.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
ubd_kern.c [PATCH] switch ubd 2008-10-21 07:47:34 -04:00
ubd_user.c
vde.h
vde_kern.c
vde_user.c
xterm.c uml: fix build when SLOB is enabled 2008-05-13 08:02:22 -07:00
xterm.h
xterm_kern.c