From: Mark Wooding Date: Tue, 7 Apr 2020 19:30:49 +0000 (+0100) Subject: sel/bres-adns.c: Fix incorrect array bound. X-Git-Tag: 2.4.2~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/6e63d1ac44fe5bc976be13efdc59a9d0b243fdc3?hp=6e63d1ac44fe5bc976be13efdc59a9d0b243fdc3 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) ---