]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix off by one error that overflowed the rep_len array when doing
authortruckman <truckman@FreeBSD.org>
Mon, 16 May 2016 19:48:02 +0000 (19:48 +0000)
committertruckman <truckman@FreeBSD.org>
Mon, 16 May 2016 19:48:02 +0000 (19:48 +0000)
commitc577669dd3e1748ee72c7fe0c4dc4c961e049e74
tree13c6e3049a898e3f595bf3614bb8923e4c892ac4
parent4743a67b216c8aba38ca3ae7f25e135225723f06
Fix off by one error that overflowed the rep_len array when doing
the final NUL termination.

Reported by: Coverity
CID: 1007617
MFC after: 1 week
usr.bin/chat/chat.c