On 6/20/18 4:41 AM, Dan Carpenter wrote: > resp->num is the number of tokens in resp->tok[]. It gets set in > response_parse(). So if n == resp->num then we're reading beyond the > end of the data. Applied, thanks Dan. -- Jens Axboe
On 6/20/18 4:41 AM, Dan Carpenter wrote: > resp->num is the number of tokens in resp->tok[]. It gets set in > response_parse(). So if n == resp->num then we're reading beyond the > end of the data. Applied, thanks Dan. -- Jens Axboe