e1a319634a
- security fix for users of tmail or dmail. - bug fixes and reliability improvements. - A new function, utf8_csvalidmap(), has been added for the benefit of Alpine to use in examining UTF-8 text and determining efficiently whether it can be downgraded to a legacy charset. If you develop an MUA, this may be useful for you too, although you'll have to read the source code to see how to use it. The purpose of the "not-CJK" bit is to prevent messages being downgraded to a CJK charset if all they have in that charset are some special punctuation. This update address the security vulnerability reported in SA32483.
12 lines
376 B
Text
12 lines
376 B
Text
$NetBSD: patch-bb,v 1.3 2008/11/06 15:27:00 tron Exp $
|
|
|
|
--- src/mailutil/mailutil.c.orig 2008-06-04 19:18:34.000000000 +0100
|
|
+++ src/mailutil/mailutil.c 2008-11-06 13:35:58.000000000 +0000
|
|
@@ -27,7 +27,6 @@
|
|
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
-extern int errno; /* just in case */
|
|
#include "c-client.h"
|
|
#ifdef SYSCONFIG /* defined in env_unix.h */
|
|
#include <pwd.h>
|