]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/patches/upstream/537818-emptycharset.patch
upstream/578087-header-strchr.patch: prevent from segfaulting on malformed messages...
[software/mutt-debian.git] / debian / patches / upstream / 537818-emptycharset.patch
index a3300185f523ff1879e5e6ff6b6dd30080bcd26c..bdbe083b217bcb1466e7693b9df2602ea3b51519 100644 (file)
@@ -3,7 +3,7 @@ empty, see upstream bug http://bugs.mutt.org/3326
 
 --- a/init.c
 +++ b/init.c
 
 --- a/init.c
 +++ b/init.c
-@@ -1751,6 +1751,9 @@
+@@ -1732,6 +1732,9 @@
    char *p, *q = NULL, *s = safe_strdup (val);
    int rc = 0, strict = strcmp (opt->option, "send_charset") == 0;
  
    char *p, *q = NULL, *s = safe_strdup (val);
    int rc = 0, strict = strcmp (opt->option, "send_charset") == 0;