>
> On Thu, 2017-02-02 at 10:52 -0600, Jonathon Jongsma wrote:
> > Acked-by: Jonathon Jongsma
> >
> > Out of curiosity, how did you find it? Just reading code?
>
> Nevermind. I see that the next patch is addressing a compiler warning
> in this code, so you were obviously looking closely at this
On Thu, 2017-02-02 at 10:52 -0600, Jonathon Jongsma wrote:
> Acked-by: Jonathon Jongsma
>
> Out of curiosity, how did you find it? Just reading code?
Nevermind. I see that the next patch is addressing a compiler warning
in this code, so you were obviously looking closely at this code for
that re
Acked-by: Jonathon Jongsma
Out of curiosity, how did you find it? Just reading code?
On Thu, 2017-02-02 at 12:46 +, Frediano Ziglio wrote:
> The stat file contains an array of max_nodes elements
> so we must stay in [0, max_nodes) range, not [0, max_nodes].
>
> There are no spice path tha
The stat file contains an array of max_nodes elements
so we must stay in [0, max_nodes) range, not [0, max_nodes].
There are no spice path that lead to these overflows but
it's better to have them fixed before creating one.
Signed-off-by: Frediano Ziglio
---
server/stat-file.c | 4 ++--
1 file