Your message dated Sat, 24 Jun 2017 15:39:21 +0000
with message-id <[email protected]>
and subject line Bug#860176: fixed in mutt 1.8.3+neomutt20170609-1
has caused the Debian Bug report #860176,
regarding mutt: segfaults when trying to show a progress bar
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
860176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860176
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mutt
Version: 1.7.2-1
Severity: normal
Tags: patch

Hi,

mutt crashes when I'm trying to pipe messages through an external
program because 228671-pipe-mime.patch (from Debian bug #569279) needs
to be updated.

This is the code:

   int imap_fetch_message (CONTEXT *ctx, MESSAGE *msg, int msgno)
   {
     /* ... */
     progress_t progressbar, *pbar;
     /* ... */
     if (!isendwin())
     {
       mutt_progress_init (&progressbar, _("Fetching message..."),
                           MUTT_PROGRESS_SIZE, NetInc, bytes);
       pbar = &progressbar;
     }
     else
       pbar = NULL;
     if (imap_read_literal (msg->fp, idata, bytes, &progressbar) < 0)
     /* ... */
   }

As you can see the code is passing &progressbar to imap_read_literal()
but chances are that that variable has not been uninitialized.

Simply replacing &progressbar with pbar in that call and refreshing
the patch fixes the problem.

Berto

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mutt depends on:
ii  libassuan0        2.4.3-2
ii  libc6             2.24-9
ii  libcomerr2        1.43.4-2
ii  libgnutls30       3.5.8-3
ii  libgpg-error0     1.26-2
ii  libgpgme11        1.8.0-3+b2
ii  libgssapi-krb5-2  1.15-1
ii  libidn11          1.33-1
ii  libk5crypto3      1.15-1
ii  libkrb5-3         1.15-1
ii  libncursesw5      6.0+20161126-1
ii  libnotmuch4       0.23.7-3
ii  libsasl2-2        2.1.27~101-g0780600+dfsg-3
ii  libtinfo5         6.0+20161126-1
ii  libtokyocabinet9  1.4.48-11+b1

Versions of packages mutt recommends:
ii  libsasl2-modules  2.1.27~101-g0780600+dfsg-3
ii  locales           2.24-9
ii  mime-support      3.60

Versions of packages mutt suggests:
ii  aspell                                     0.60.7~20110707-3+b2
ii  ca-certificates                            20161130
ii  exim4-daemon-light [mail-transport-agent]  4.88-5
ii  gnupg                                      2.1.18-6
ii  ispell                                     3.4.00-5
pn  mixmaster                                  <none>
ii  openssl                                    1.1.0e-1
pn  urlview                                    <none>

Versions of packages mutt is related to:
ii  mutt  1.7.2-1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: mutt
Source-Version: 1.8.3+neomutt20170609-1

We believe that the bug you reported is fixed in the latest version of
mutt, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Radici <[email protected]> (supplier of updated mutt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 24 Jun 2017 09:32:46 +0100
Source: mutt
Binary: mutt
Architecture: source
Version: 1.8.3+neomutt20170609-1
Distribution: unstable
Urgency: medium
Maintainer: Mutt maintainers <[email protected]>
Changed-By: Antonio Radici <[email protected]>
Description:
 mutt       - text-based mailreader supporting MIME, GPG, PGP and threading
Closes: 857687 860176 864024
Changes:
 mutt (1.8.3+neomutt20170609-1) unstable; urgency=medium
 .
   * Switching upstream code to NeoMutt.
     + due to code formatting changes the neomutt patch would have been bigger
       than the mutt code.
   * New upstream NeoMutt release, 2017-06-09 (1.8.3) (Closes: 857687, 864024)
   * debian/patches:
     + neomutt patch removed.
     + debian-specific/Md.etc_mailname_gethostbyname.patch slightly rewritten.
     + debian-specific/467432-write_bcc.patch refreshed.
     + upstream/228671-pipe-mime.patch removed, already upstream
       (Closes: 860176).
     + upstream/611410-no-implicit_autoview-for-text-html.patch removed,
       already upstream.
     + upstream/644992-ipv6-literal.patch partially superseded by libidn.
     + upstream/fix_doc_builddir.patch created, to source html files from the
       builddir.
     + upstream/fix_spelling_error.patch created.
     + general patch refresh where applicable.
   * debian/control:
     + Standards-Version updated to 4.0.0, no changes required.
   * debian/rules:
     + removed NEWS, does not exist anymore.
     + build mutt_dotlock with --enable-dotlock.
     + enabled lua scripting with --enable-lua.
   * debian/mutt.docs: removed some docs that do not exist anymore.
   * debian/mutt.lintian-overrides: masked testsuite warning, not available.
Checksums-Sha1:
 a054a201cb6a0f1daed8980df7ada470154d7ecd 2350 mutt_1.8.3+neomutt20170609-1.dsc
 fd0e07e95c4a5dc6b21df02ea1c0355acf1fcc17 2637349 
mutt_1.8.3+neomutt20170609.orig.tar.gz
 7c10b81c2028131e9aa45f8394724bd263f7ff4b 57136 
mutt_1.8.3+neomutt20170609-1.debian.tar.xz
 b4dfcae7e6e8d28f986fb41edaf2f0263758197c 7724 
mutt_1.8.3+neomutt20170609-1_source.buildinfo
Checksums-Sha256:
 5686c93f402027db85b509f27d5b1b752a4f35a34df875ecd1a6e3122a2642a9 2350 
mutt_1.8.3+neomutt20170609-1.dsc
 feaaf7ac230cbf397f028fac5498e38b5d662078083e0cf3329ba04d1bb4b0cd 2637349 
mutt_1.8.3+neomutt20170609.orig.tar.gz
 538e7e324453bea9204faa8d0bbb5c0ab30cd50ccc5acaa3d2565aa5bd8bc71a 57136 
mutt_1.8.3+neomutt20170609-1.debian.tar.xz
 bb67923e958f7043a5d2ac73e8fb96a5f450e4c47e1449698033938c6663c84b 7724 
mutt_1.8.3+neomutt20170609-1_source.buildinfo
Files:
 9eeae1828af8609cf6a00a3ba0d1f03d 2350 mail optional 
mutt_1.8.3+neomutt20170609-1.dsc
 9220411268cf2fa0498770e182f02d98 2637349 mail optional 
mutt_1.8.3+neomutt20170609.orig.tar.gz
 187d9e959063063766453bce89d6a2d5 57136 mail optional 
mutt_1.8.3+neomutt20170609-1.debian.tar.xz
 3dfe7b66e69e28a87bababda7119cf2f 7724 mail optional 
mutt_1.8.3+neomutt20170609-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCAAxFiEEQObYrBkA1SRrfOa1NcjIiHLLHu0FAllOfbMTHGFudG9uaW9A
ZGViaWFuLm9yZwAKCRA1yMiIcsse7TE/EACDSqMi8ZGKZH6H2DX+Jj/Ccj1MbULF
m9FSdS1IAn4S9PjkzwyIbkA/pLBZ58wEbWnF4CqjwKHCTo1GaBuh9DL4OfqtPhEO
IZff5xKdCz15vnJjgVtqCy8DEgjU+BrssGjb2Wl2OCPCvU25cAWLS8A9Wojo+nD+
fxnyPtkpj5q5JYR2qlIq6pfPvl6uBOalwgRZ67oUYprLeO3nczQVWCMO/EllWN3N
YDaSgDHsTXAj2/J7HHV8QlPqgcFR9secUm4HR/EY3RccBeePWyb1jyBL6JVqdto9
giWBkBCv033jq6xp+6dXELXG0sRoYvPMPit4KwlHhX4loQKo1wru/J+inVUqZGiv
wg6VdjVheeOaFGxq+DH4RcapDP2/Uee/RXm6VUXVo3E7ZuuOPxPu77PPz7SD51b4
acEreNE2MSBFuP0cjn4Ukmtq9nNS9xK+OEgv2io6HXhHMIorPHrzLHdfPGWkePxC
t+3Ya39nGU8bLT6IQR3M1rdWGFEv+t2T7w5UDFHzb97QC8JLrCKcEV9Kz6sdgpOx
Jw1izmRydI7/eoV9OkerVz3z97Fwzu9MofIkMV0D+EwTIL1Z9Nw1SBjZEm35b9dP
KEE/8dBT83+s+bA3GYZMwZ2spknjh4aMObK/FeafiXlZHF/N4LdkK3yG7ezCX5Gn
7RGKXq0U35DD0A==
=xlu3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to