>Hi > >I have found these two bug reports regarding the fopen usage which both >have the status fix-delivered. > >http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6221296 >http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6234782 > > >however when I browse the source code using the source browser specifically >http://cvs.opensolari s.org/source/xref/kerberos/mit_163_resync/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/kt_file.c >and >http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/ kt_file.c > >I cannot find the fix applied, the keytab handling is very much using fopen in >krb5_ktfileint_open
The fix is using the new "F" mode character which tells fopen that it is fine to open files with a file descriptor > 255. The actual fix is: - add support for "F" etc in fopen() - add "F" when it is needed (basically everything in libraries which uses fopen() internally) - remove several pseudo fopens which worked around fopens limitations Casper _______________________________________________ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code