mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
parent
c180d04db9
commit
c39223e226
3 changed files with 6 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
2.1-377 | 2013-03-17 17:36:09 -0700
|
||||||
|
|
||||||
|
* Fixing potential leak in DNS error case. (Vlad Grigorescu)
|
||||||
|
|
||||||
2.1-375 | 2013-03-17 13:14:26 -0700
|
2.1-375 | 2013-03-17 13:14:26 -0700
|
||||||
|
|
||||||
* Add base64 encoding functionality, including new BiFs
|
* Add base64 encoding functionality, including new BiFs
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.1-375
|
2.1-377
|
||||||
|
|
|
@ -265,6 +265,7 @@ _nb_dns_mkquery(register struct nb_dns_info *nd, register const char *name,
|
||||||
default:
|
default:
|
||||||
snprintf(errstr, NB_DNS_ERRSIZE,
|
snprintf(errstr, NB_DNS_ERRSIZE,
|
||||||
"_nb_dns_mkquery: bad family %d", atype);
|
"_nb_dns_mkquery: bad family %d", atype);
|
||||||
|
free(ne);
|
||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue