maria:bb-10.10-release-ssl

Last commit made on 2023-01-31
Get this branch:
git clone -b bb-10.10-release-ssl https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.10-release-ssl
Repository:
lp:maria

Recent commits

11ae4ed... by Julius Goryavsky <email address hidden>

MDEV-30452: ssl error: unexpected EOF while reading

This commit contains a correction for a new behaviour was introduced
in OpenSSL 3.x when a peer does not send close_notify before closing
the connection - previously it was reported as an SSL_ERROR_SYSCALL
error with a errno == 0, but now it is reported as SSL_ERROR_SSL with
a special reason code.

45087dd... by Oleksandr "Sanja" Byelkin

Merge branch '10.9' into 10.10

08d4968... by Oleksandr "Sanja" Byelkin

Merge branch '10.8' into 10.9

26d8485... by Oleksandr "Sanja" Byelkin

Merge branch '10.7' into 10.8

795ff0d... by Oleksandr "Sanja" Byelkin

Merge branch '10.6' into 10.7

a01abad... by Oleksandr "Sanja" Byelkin

Merge branch '10.5' into 10.6

da798c9... by Oleksandr "Sanja" Byelkin

new PCRE2 10.42

86059fd... by Oleksandr "Sanja" Byelkin

Merge branch '10.4' into 10.5

ff72a94... by Rucha Deodhar <email address hidden>

MDEV-26392: Crash with json_get_path_next and 10.5.12

Analysis:
When we skip level when path is found, it changes the state of the json
engine. This breaks the sequence for json_get_path_next() which is called at
the end to ensure json document is valid and leads to crash.
Fix:
Use json_scan_next() at the end to check if json document has correct
syntax (is valid).

9924466... by Oleksandr "Sanja" Byelkin

v5.5.4-stable