On 26-Apr-19 1:31 PM, Bruce Richardson wrote:
On Fri, Apr 26, 2019 at 12:56:08PM +0100, Burakov, Anatoly wrote:
On 26-Apr-19 12:24 PM, David Hunt wrote:
coverity complains about a null-termination after a read,
so we terminate after exiting the do-while loop. The position
is conditional on whet
On Fri, Apr 26, 2019 at 12:56:08PM +0100, Burakov, Anatoly wrote:
> On 26-Apr-19 12:24 PM, David Hunt wrote:
> > coverity complains about a null-termination after a read,
> > so we terminate after exiting the do-while loop. The position
> > is conditional on whether idx is within the buffer or at t
On 26-Apr-19 12:24 PM, David Hunt wrote:
coverity complains about a null-termination after a read,
so we terminate after exiting the do-while loop. The position
is conditional on whether idx is within the buffer or at the
end of the buffer.
Coverity issue: 337680
Fixes: a63504a90f ("examples/pow
coverity complains about a null-termination after a read,
so we terminate after exiting the do-while loop. The position
is conditional on whether idx is within the buffer or at the
end of the buffer.
Coverity issue: 337680
Fixes: a63504a90f ("examples/power: add JSON string handling")
CC: sta...@d
4 matches
Mail list logo