[exim-dev] [Bug 2546] query with server specified won't work…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2546] query with server specified won't work well with tainted query args
https://bugs.exim.org/show_bug.cgi?id=2546

Git Commit <git@???> changed:

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


--- Comment #2 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/0b4dfe7aa1f12214abdfa1037497d6c49a471612

commit 0b4dfe7aa1f12214abdfa1037497d6c49a471612
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Apr 6 00:28:06 2020 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Mon Apr 6 13:14:05 2020 +0100


    mysql, pgsql: per-query server options outside the lookup string.  bug 2546
----
 doc/doc-docbook/spec.xfpt       |  29 +++++-
 doc/doc-txt/NewStuff            |   7 +-
 src/src/acl.c                   |   9 +-
 src/src/lookups/lf_functions.h  |   5 +-
 src/src/lookups/lf_sqlperform.c | 118 +++++++++++++++--------
 src/src/lookups/mysql.c         |  31 +++---
 src/src/lookups/pgsql.c         |   5 +-
 src/src/lookups/redis.c         |   5 +-
 src/src/string.c                |   4 -
 src/src/verify.c                |   7 +-
 test/confs/2610                 |  27 +++++-
 test/confs/2620                 |  26 ++++-
 test/stderr/2610                | 155 +++++++++++++++++++++++++-----
 test/stderr/2620                | 206 ++++++++++++++++++++++++++++++++++------
 14 files changed, 499 insertions(+), 135 deletions(-)


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