Sean Boudreau
2009-08-11 17:26:52 UTC
There's a section in getnameinfo() where the results
of a getservbyport_r() are referenced after a
endservent_r() which invalidates it.
There's also a couple of sections in the getservent_r()
handling where a buffer that may not have been malloc()'d
is free()'d
Any concerns before I commit?
Regards,
-seanb
of a getservbyport_r() are referenced after a
endservent_r() which invalidates it.
There's also a couple of sections in the getservent_r()
handling where a buffer that may not have been malloc()'d
is free()'d
Any concerns before I commit?
Regards,
-seanb