Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: source-changes
Date: 10/13/2000 04:47:29
Module Name:	basesrc
Committed By:	taca
Date:		Fri Oct 13 01:47:28 UTC 2000

Modified Files:
	basesrc/crypto/dist/openssl/ssl: ssl_cert.c

Log Message:
- Correct missing closedir(3) in SSL_add_dir_cert_subjects_to_stack().

  This should be fix the bug that apache enabled SSL may exhaust its
  file descriptors.  Noted by TAKANO Yuji <takachan@running-dog.net>
  on apache@ecc.u-tokyo.ac.jp, apache mailing list in Japanese.

  He had already sent a bug report to openssl-dev@openssl.org, but it
  wasn't fixed in openssl-0.9.6.  :-(


To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/openssl/ssl/ssl_cert.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.