Subject: CVS commit: src/crypto/dist/openssl/crypto/bio
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/24/2003 04:41:14
Module Name: src
Committed By: itojun
Date: Thu Jul 24 04:41:14 UTC 2003
Modified Files:
src/crypto/dist/openssl/crypto/bio: b_sock.c
Log Message:
use snprintf (actually, "addr" can be supplied from outside, and if "addr"
points to shorter-than-24 buffer we will overrun buffer. bad API)
To generate a diff of this commit:
cvs rdiff -r1.1.1.4 -r1.2 src/crypto/dist/openssl/crypto/bio/b_sock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.