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:
5086ffd
)
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>
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