Fix buffer overrun: if LABEL_STARTER is seen but LABEL_TERMINATOR is not, the
authorDavid Given <dg@cowlark.com>
Sun, 13 Nov 2016 13:04:58 +0000 (14:04 +0100)
committerDavid Given <dg@cowlark.com>
Sun, 13 Nov 2016 13:04:58 +0000 (14:04 +0100)
commite7132183fb97c8012f15b580ae2d8848761c1efb
treeb2a6e711c31885fdbf819c1b48c2024b741e287b
parent6a4f465f53bfe40c807275352d9a013475fe9bcf
Fix buffer overrun: if LABEL_STARTER is seen but LABEL_TERMINATOR is not, the
label parser will keep going forever looking for the end of the label. It now
stops at the end of the string.
mach/proto/top/top.c