]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r300649
authortruckman <truckman@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 1 Jun 2016 17:35:03 +0000 (17:35 +0000)
committertruckman <truckman@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 1 Jun 2016 17:35:03 +0000 (17:35 +0000)
commite317068ce5d43237d1addd7de47c5724a60a75f1
treef496187e328ac4a37747588bc7541a684d243062
parent14403c33674d9cecd4f4d92ff22abd480b35f73c
MFC r300649

Fix Coverity CID 1019054 (String not null terminated) in setfacl.

Increase the size of buf[] by one to allow room for a NUL character
at the end.

Reported by: Coverity
CID: 1019054

git-svn-id: svn://svn.freebsd.org/base/stable/10@301149 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/setfacl/file.c