]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r292277:
authorjamie <jamie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 18 Dec 2015 00:33:04 +0000 (00:33 +0000)
committerjamie <jamie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 18 Dec 2015 00:33:04 +0000 (00:33 +0000)
commit5458ea4392c6056bf94f41c2274388952e0912ae
treee51fb0d73f5f2a2d90a9ab5aea349d180a65d910
parentbcde37e730867f0f97575a75822f0a949c3f8042
MFC r292277:

  Fix jail name checking that disallowed anything that starts with '0'.
  The intention was to just limit leading zeroes on numeric names.  That
  check is now improved to also catch the leading spaces and '+' that
  strtoul can pass through.

PR: 204897

git-svn-id: svn://svn.freebsd.org/base/stable/10@292416 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_jail.c