diff options
author | Zoltán Böszörményi <zboszor@gmail.com> | 2025-10-02 12:48:46 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-02 10:17:29 -0700 |
commit | 90ed8e2bd5002d0f8227350b9bc16a30b9fbe1f6 (patch) | |
tree | a0907129e43152fb0bccacff12118079b820167b /meta-python/recipes-devtools/python/python3-pyzstd | |
parent | c5fdeca7196b82ebfbfd8783bd291431efba5320 (diff) | |
download | meta-openembedded-90ed8e2bd5002d0f8227350b9bc16a30b9fbe1f6.tar.gz |
mariadb: Fix a crash in my_convert()
In some cases (most notably when running mysqldump),
the server crashes in the my_convert() function, in
a code protected by
#if defined(__i386__) || defined(__x86_64__)
...
#endif
The crash does not happen with the generic code.
Remove the x86[-64] specific optimization.
This change was endorsed in
https://jira.mariadb.org/browse/MDEV-37786
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyzstd')
0 files changed, 0 insertions, 0 deletions