From 901c543dda30af8c77ed232693b09127bca89f64 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 16 Nov 2005 03:40:15 +0000 Subject: Fix segfault when run control file ends with a backslash inside an unterminated quoted string. In quoted strings, support backslash as last character on a line to join the following line to the current. svn path=/trunk/; revision=4446 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b3bb8dea..2bd1958c 100644 --- a/NEWS +++ b/NEWS @@ -288,6 +288,10 @@ fetchmail 6.3.0 (not yet released officially): contain the control characters (CR or LF). Document explicitly the backslash escape sequences and their differences from the escape sequences used in the C programming language. Matthias Andree +* Fix segfault when run control file ends with a backslash inside an + unterminated quoted string. Matthias Andree. +* In quoted strings, support backslash as last character on a line to join the + following line to the current. Matthias Andree. # INTERNAL CHANGES * Switched to automake. Matthias Andree. -- cgit v1.2.3