But...
How is the operator precedence?

is it

if (&(_IO_stdin_used == NULL))

or

if ((&_IO_stdin_used) == NULL)

IMHO It should be the latter...


can you do a

p (&_IO_stdin_used == NULL)

and
p ((&_IO_stdin_used) == NULL)

in your gdb session?

Bye,
JK



--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4fd83b88.2040...@a1.net

Reply via email to