[exim-dev] [Bug 2915] SIGSEGV in ACL when message is second …

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: admin
Fecha:  
A: exim-dev
Asunto: [exim-dev] [Bug 2915] SIGSEGV in ACL when message is second in that connection
https://bugs.exim.org/show_bug.cgi?id=2915

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #10 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/4e9ed49f8f12eb331b29bd5b6dc3693c520fddc2

commit 4e9ed49f8f12eb331b29bd5b6dc3693c520fddc2
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Aug 31 15:37:40 2022 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Wed Aug 31 15:57:29 2022 +0100


    fix $regex<n> use-after-free.  bug 2915
----
 doc/doc-txt/ChangeLog           |  8 +++++++-
 src/src/exim.c                  |  4 +---
 src/src/expand.c                |  2 +-
 src/src/functions.h             |  1 +
 src/src/globals.c               |  2 +-
 src/src/regex.c                 | 29 ++++++++++++++++++-----------
 src/src/smtp_in.c               |  2 ++
 test/confs/4002                 | 10 ++++++++++
 test/mail/4002.userx            |  7 +++++++
 test/scripts/4000-scanning/4002 |  7 +++++++
 10 files changed, 55 insertions(+), 17 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.