chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
6e63d1a
)
sel/bres-adns.c: Fix incorrect array bound.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 7 Apr 2020 19:30:49 +0000
(20:30 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 8 May 2020 11:41:45 +0000
(12:41 +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.
(cherry picked from commit
5086ffd7745337f5bee3c5c771cfcf1da71b03c3
)
No differences found