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>
Fri, 8 May 2020 11:41:45 +0000 (12:41 +0100)
commit6e63d1ac44fe5bc976be13efdc59a9d0b243fdc3
tree5d1ab4e8375fb7407a8516275d7b36aeea28a59b
parentf868c4327d366a7e142e27ffbaa383d75aef6c1b
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.

(cherry picked from commit 5086ffd7745337f5bee3c5c771cfcf1da71b03c3)
sel/bres-adns.c