- Aug 06, 2020
-
-
Stephan Bosch authored
Caused a panic when input was not valid. This is only relevant to the test suite and doesn't occur anywhere else (apart from the previous similar commit for lib-sieve-tool). Panic was: Panic in file smtp-address.c: line 684 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))`
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
It is immediately referenced in sieve_interpreter_continue(), called from there.
-
Stephan Bosch authored
The error string is currently always used and it must be, so there is no need to allow for the error_r paramerter to be NULL and unused.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jun 17, 2020
-
-
Stephan Bosch authored
The segfault happens when this match type is the last argument of the test command. This situation is not possible in a valid script; positional arguments are normally present after that, which would prevent the segfault. A variant of this bug occurs when the match type also has no argument of its own. In either case the segfault is caused by referring to absent tag arguments, which causes a NULL dereference.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- May 27, 2020
-
-
Stephan Bosch authored
-
- May 15, 2020
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
It's still not fully correct, but we don't have existing code that supports parsing it.
-
Timo Sirainen authored
-
- May 06, 2020
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- Apr 27, 2020
-
-
Stephan Bosch authored
Use mail_get_message_id() instead of just mail_get_first_header().
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Apr 24, 2020
-
-
Timo Sirainen authored
-
Timo Sirainen authored
Previous commit was accidentally for an earlier version of the API change.
-
Timo Sirainen authored
-