bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/3] ipc: avoid dereference of null pointer and quiet the GCC


From: Anatoly A. Kazantsev
Subject: Re: [PATCH 1/3] ipc: avoid dereference of null pointer and quiet the GCC warning about uninitialized variable
Date: Wed, 18 Dec 2013 16:20:21 +0700

On Wed, 18 Dec 2013 09:17:47 +0100
Marin Ramesa <mpr@hi.t-com.hr> wrote:

> ...
> Negation of an
> OR expression is an AND expression.
> ...

Maybe I did't get you correctly, but isn't !(a || b) == !a && !b ?

And evaluation of the second condition doesn't happen when entry = IE_NULL

-- 
Regards,
Anatoly



reply via email to

[Prev in Thread] Current Thread [Next in Thread]