mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

The use of find_all() in extract_email_addrs_vec() extracted occurrences to an intermediate set and thus lost any sense of ordering. This changes extract_email_addrs_vec() to use find_all_ordered() and return all occurrences of email addresses found in the argument, included duplicates, with their order of occurrence preserved.
1 line
41 B
Text
1 line
41 B
Text
c6e8c83cf4d74cde39b57f70a3259cac5a833c1a
|