#3824: [PATCH] Unitialised variable ---------------------+---------------------- Reporter: flatcap | Owner: mutt-dev Type: defect | Status: new Priority: major | Milestone: Component: build | Version: 1.5.24 Keywords: patch | ---------------------+---------------------- parse.c - mutt_parse_references()
const char *sp; mutt_extract_message_id (s, &sp); mutt_extract_message_id() tests the value of sp, so it's important to set it to NULL. -- Ticket URL: <https://dev.mutt.org/trac/ticket/3824> Mutt <http://www.mutt.org/> The Mutt mail user agent