OpenSolaris

Printable Version Enter a New Search
Bug ID 6234782
Synopsis Kerberos and GSSAPI should not use fopen
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kerberosv5_bundled:other
Keywords onnv_triage
Responsible Engineer Casper Dik
Reported Against snv_09
Duplicate Of
Introduced In solaris_9
Commit to Fix snv_40
Fixed In snv_40
Release Fixed solaris_nevada(snv_40) , solaris_10u5(s10u5_04) (Bug ID:2153159)
Related Bugs 6416815 , 1085341 , 6221296
Submit Date 2-March-2005
Last Update Date 5-November-2007
Description
The GSSAPI library (libgss) and Kerberos mechanism (mech_krb5.so.1) should not use 'fopen' since it fails whenever a process already has > 255 file descriptors opened.

This is due to an old and well-known limitation on the 'fopen' function due to the FILE structure only supporting a single-byte for the actual FD.


 xxxxx@xxxxx.com 2005-03-02 07:40:54 GMT
Work Around
N/A
Comments
N/A