OpenSolaris

Printable Version Enter a New Search
Bug ID 6736781
Synopsis Memory leak in mech_krb5.so.1 when obtaining FQHN for comparison to host principal
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kerberosv5_bundled:other
Keywords rtiq_reviewed
Responsible Engineer Peter Shoults
Reported Against snv_98
Duplicate Of
Introduced In solaris_8
Commit to Fix snv_99
Fixed In snv_99
Release Fixed solaris_nevada(snv_99) , solaris_10u7(s10u7_02) (Bug ID:2165935)
Related Bugs
Submit Date 13-August-2008
Last Update Date 24-September-2008
Description
When obtaining the fully qualified hostname to be used for comparison purposes against a host principal, we call the libresolv2 routine getipnodebyname() which returns a hostent data structure.  We pull the hostname out of this data structure and save that away for later use, but do not call freehostent() routine to free up the returned hostent data structure.

This leaks small bits of memory quite often.
Work Around
N/A
Comments
N/A