]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r292277:
authorjamie <jamie@FreeBSD.org>
Fri, 18 Dec 2015 00:33:04 +0000 (00:33 +0000)
committerjamie <jamie@FreeBSD.org>
Fri, 18 Dec 2015 00:33:04 +0000 (00:33 +0000)
commitcb15359712d2ef7a5d75c3f9e521bd5c9ce1d329
treee51fb0d73f5f2a2d90a9ab5aea349d180a65d910
parent9e838a130f7515d8e377b7627d6a42db0e14158f
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
sys/kern/kern_jail.c