]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
jail(8): stop crashing with SIGSEGV inside run_command() function
authorEugene Grosbein <eugen@FreeBSD.org>
Thu, 17 Jan 2019 14:09:55 +0000 (14:09 +0000)
committerEugene Grosbein <eugen@FreeBSD.org>
Thu, 17 Jan 2019 14:09:55 +0000 (14:09 +0000)
commitbd24e861b4ef7cafe2bd00963cdb3ac69198aceb
treeafeb04c845a452404ba61972a9ef59522361dc32
parent88640c0e8b6f503426cce9ea1337098c241d3801
jail(8): stop crashing with SIGSEGV inside run_command() function
while processing not entirely correct jail.conf(5) file
having something like "ip4.addr = 127.0.0.1;" and no "ip4 = ...;"
so extrap variable stays NULL.

Reported by: marck
MFC after: 1 month
usr.sbin/jail/command.c