Initialize a pointer that was left uninitialized with the previous
commit.
This commit is contained in:
parent
dd247f7371
commit
9a370b24b5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98872
@ -141,6 +141,7 @@ static char *net_aliases[MAXALIASES], netbuf[PACKETSZ];
|
||||
ancount = ntohs(hp->ancount); /* #/records in the answer section */
|
||||
qdcount = ntohs(hp->qdcount); /* #/entries in the question section */
|
||||
bp = netbuf;
|
||||
ep = netbuf + sizeof(netbuf);
|
||||
cp = answer->buf + HFIXEDSZ;
|
||||
if (!qdcount) {
|
||||
if (hp->aa)
|
||||
|
Loading…
Reference in New Issue
Block a user