]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r275729:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 19 Dec 2014 13:24:52 +0000 (13:24 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 19 Dec 2014 13:24:52 +0000 (13:24 +0000)
commit030b6b1c49de34d01a23e30f3e562887ccc994cc
treec038b270161678ea5902e87d3bb82817948ba627
parentb80455599b04bd362fdaa48ea78f43a5189512ae
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/9@275939 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/syslogd/syslogd.c