chiark / gitweb /
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)
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.


No differences found