~ubuntu-branches/ubuntu/vivid/mutt/vivid-updates

« back to all changes in this revision

Viewing changes to crypt-mod-smime-gpgme.c

Tags: 1.5.18-6
* Grab from upstream:
  + Guard idata->mailbox read in imap_mailbox_state.
    The bug happens when a user has more than a imap mailbox, when
    he/she browses through them mutt will segfault.
    (Closes: #462266, #513230, #514309. Mutt: #3057)

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
      crypt_mod_smime_sign_message,
99
99
      crypt_mod_smime_verify_one,
100
100
      crypt_mod_smime_send_menu,
 
101
      NULL,
101
102
 
102
103
      NULL,                     /* pgp_encrypt_message */
103
104
      NULL,                     /* pgp_make_key_attachment */