On Mon, Feb 09, 2015 at 12:31:18PM +0100, Paolo Bonzini wrote:
>
>
> On 09/02/2015 11:47, mreza...@redhat.com wrote:
> > From: Miroslav Rezanina
> >
> > It was possible to call strcmp with NULL argument, that can cause
> > segmentation fault. Properly checking parameters to prevent this
> > sit
On 09/02/2015 11:47, mreza...@redhat.com wrote:
> From: Miroslav Rezanina
>
> It was possible to call strcmp with NULL argument, that can cause
> segmentation fault. Properly checking parameters to prevent this
> situation.
>
> Signed-off-by: Miroslav Rezanina
> ---
> v2:
> - instead of addi
From: Miroslav Rezanina
It was possible to call strcmp with NULL argument, that can cause
segmentation fault. Properly checking parameters to prevent this
situation.
Signed-off-by: Miroslav Rezanina
---
v2:
- instead of adding NULL checks to strcmp call refactor whole
NULL checking path. Th