]> granicus.if.org Git - neomutt/commit
Use strtok_r() to parse mailto: links, not strtok().
authorUnknown <cypher@conuropsis.org>
Sun, 4 Nov 2007 17:27:24 +0000 (18:27 +0100)
committerUnknown <cypher@conuropsis.org>
Sun, 4 Nov 2007 17:27:24 +0000 (18:27 +0100)
commit10ab893287bfa0bccdd7086999c9c9d181f4ccb1
tree717d4b404fd5022ed20e14dd1622e80b189064c3
parentb2612e5cb1e89b9abf896060854b97d93fcb60e8
Use strtok_r() to parse mailto: links, not strtok().
In case a headers needs to call mutt_parse_references() which uses
strtok(), too, later headers will be silently discarded. Closes #2968.
ChangeLog
url.c