Ticket #2904 (new defect)
Opened 18 months ago
recursive pgp_check_traditional() will crash on complicated multipart messages
| Reported by: | taviso | Owned by: | mutt-dev |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | mutt | Version: | |
| Keywords: | Cc: |
Description
pgp_check_traditional() is implemented recursively, so deeply nested multipart messages will cause a stack overflow, which can be annoying on systems with limited stack space.
Reproduce:
$ bash mime.sh > crash $ mutt -F /dev/null -f crash -e 'set pgp_auto_decode' Segmentation fault
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
