]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r275729:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 19 Dec 2014 13:22:02 +0000 (13:22 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 19 Dec 2014 13:22:02 +0000 (13:22 +0000)
commit9ab0b157a74c54f6e5e69f49c7379cd487b177d9
treef5ef29789c72561a4f347dfa65b0a2a489c6f947
parentcf20c57df4e33438b8ca34c325630b8bfa2b3734
MFC r275729:
  Increase the buffer size to keep the list of programm names when
  parsing programm specification. It is safe to not check out of bounds
  access, because !isprint(p[i]) check will stop reading, when '\0'
  character will be read from the input string.

Sponsored by: Yandex LLC

git-svn-id: svn://svn.freebsd.org/base/stable/10@275938 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/syslogd/syslogd.c