Mercurial > ecos
diff packages/redboot/current/ChangeLog @ 2947:9b59569aaea9
* src/net/dns.c: Initialise DNS domain with an empty string to avoid
possible invalid memory access. Issue reported by Kirill Berezin.
| author | jld |
|---|---|
| date | Fri, 23 Apr 2010 12:01:39 +0000 |
| parents | 22da989aafa4 |
| children | 31e709d67a8c |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,9 @@ +2010-04-23 John Dallaway <john@dallaway.org.uk> + + * src/net/dns.c: Initialise DNS domain with an empty string to + avoid possible invalid memory access. Issue reported by + Kirill Berezin. + 2009-06-24 Nick Garnett <nickg@ecoscentric.com> * cdl/redboot.cdl:
