version 2002a). This version fixes a buffer overflow described in Cert Vulnerability Note VU#961489.
13 lines
324 B
Text
13 lines
324 B
Text
$NetBSD: patch-ad,v 1.5 2002/12/11 12:21:24 tron Exp $
|
|
|
|
--- src/dmail/Makefile.orig Tue Nov 19 01:43:31 2002
|
|
+++ src/dmail/Makefile Wed Dec 11 12:34:22 2002
|
|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
C = ../c-client
|
|
-CCLIENTLIB = $C/c-client.a
|
|
+CCLIENTLIB = $C/libc-client.la
|
|
SHELL = /bin/sh
|
|
|
|
# Get local definitions from c-client directory
|