]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cut: Fix out of boundary write on illegal list argument
authoreadler <eadler@FreeBSD.org>
Wed, 23 May 2018 09:16:20 +0000 (09:16 +0000)
committereadler <eadler@FreeBSD.org>
Wed, 23 May 2018 09:16:20 +0000 (09:16 +0000)
commit37e8ba211c5772397645ab488584575ddc9d36c2
tree95427d2417b6cac3e715aa578c876cbb73eb8b01
parent68c7cdc07b84ed3447bd4d1a67a745890c419f08
cut: Fix out of boundary write on illegal list argument

It is possible to trigger an out of boundary write in cut if an invalid
range with autostart has been supplied.

PR: 227330
Submitted by: tobias@stoeckmann.org
usr.bin/cut/cut.c