sel/bres-adns.c: Fix incorrect array bound.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 7 Apr 2020 19:30:49 +0000 (20:30 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 7 Apr 2020 19:37:51 +0000 (20:37 +0100)
commit5086ffd7745337f5bee3c5c771cfcf1da71b03c3
tree717ceae439a2c4fe8cabdd1c934137afae420bdc
parent58f72497877a064213e939bf0b160a6b5c1f29e4
sel/bres-adns.c: Fix incorrect array bound.

GCC helpfully points out that `N(av)' does nothing very useful.  In
fact, I expect that it's almost always zero, which means that we don't
end up assembling addresses correctly.  And we never have done.

How embarrassing.
sel/bres-adns.c