]> Cypherpunks repositories - gostls13.git/commit
liblink: fix precedence bug in pcdata comparison
authorRuss Cox <rsc@golang.org>
Wed, 16 Jul 2014 23:26:36 +0000 (19:26 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 16 Jul 2014 23:26:36 +0000 (19:26 -0400)
commit055dfc204c7b2c8eae1603b09fe71deb73f0e627
treef59ff556adc620844c3cf5f13c08ace2cf803a98
parent0c6b55e76ba6d59f57c81ca1160d833c79270753
liblink: fix precedence bug in pcdata comparison

As written, the ! applies before the &1.
This would crash writing out missing pcdata tables
if we ever used non-contiguous IDs in a function.
We don't, but fix anyway.

LGTM=iant, minux
R=minux, iant
CC=golang-codereviews
https://golang.org/cl/117810047
src/liblink/pcln.c