* src/common/utils.c
Fix bug 1321, 'access before allocation
when scanning for uris'. Patch by
Guillaume Chazarain <guichaz@yahoo.fr>
+2007-09-18 [colin] 3.0.1cvs5
+
+ * src/common/utils.c
+ Fix bug 1321, 'access before allocation
+ when scanning for uris'. Patch by
+ Guillaume Chazarain <guichaz@yahoo.fr>
+
2007-09-18 [colin] 3.0.1cvs4
* src/toolbar.c
( cvs diff -u -r 1.155.2.74 -r 1.155.2.75 src/Makefile.am; cvs diff -u -r 1.274.2.211 -r 1.274.2.212 src/mainwindow.c; cvs diff -u -r 1.94.2.151 -r 1.94.2.152 src/messageview.c; cvs diff -u -r 1.19.2.16 -r 1.19.2.17 src/messageview.h; cvs diff -u -r 1.3.2.16 -r 1.3.2.17 src/prefs_ext_prog.c; cvs diff -u -r 1.4.2.20 -r 1.4.2.21 src/prefs_fonts.c; diff -u /dev/null src/printing.c; diff -u /dev/null src/printing.h; cvs diff -u -r 1.395.2.325 -r 1.395.2.326 src/summaryview.c; ) > 3.0.1cvs2.patchset
( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/printing.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/printing.h; ) > 3.0.1cvs3.patchset
( cvs diff -u -r 1.43.2.82 -r 1.43.2.83 src/toolbar.c; ) > 3.0.1cvs4.patchset
+( cvs diff -u -r 1.36.2.111 -r 1.36.2.112 src/common/utils.c; ) > 3.0.1cvs5.patchset
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=4
+EXTRA_VERSION=5
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
if (!result) return FALSE;
- if (*ep_ && *(bp_ - 1) == '"' && *(ep_) == '"'
+ if (*ep_ && bp_ != start && *(bp_ - 1) == '"' && *(ep_) == '"'
&& *(ep_ + 1) == ' ' && *(ep_ + 2) == '<'
&& IS_RFC822_CHAR(*(ep_ + 3))) {
/* this informative part with an @ in it is