Mercurial > dnsbl
diff dnsbl.spec.in @ 286:9bd5388bf469 stable-6-0-40
Fix possible segfault in mlfi_connect, hostaddr might be null
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 05 Feb 2014 07:54:38 -0800 |
parents | 896b9393d3f0 |
children | bb69fdc3acaa |
line wrap: on
line diff
--- a/dnsbl.spec.in Tue Dec 31 10:47:39 2013 -0800 +++ b/dnsbl.spec.in Wed Feb 05 07:54:38 2014 -0800 @@ -103,6 +103,9 @@ %changelog +* Wed Feb 05 2014 Carl Byington <carl@five-ten-sg.com> - 6.40-1 +- Fix possible segfault in mlfi_connect, hostaddr might be null. + * Tue Dec 31 2013 Carl Byington <carl@five-ten-sg.com> - 6.39-1 - Fix segfault caused by freeing unallocated memory.