[MDEV-31379] Undefined behavior in the reference Ed25519 implementation Created: 2023-06-01 Updated: 2023-10-23 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This is from the MaxScale sources but the same undefined behavior that UBSAN reports should be in MariaDB as well:
It seems this problem has also been found by others: |
| Comments |
| Comment by markus makela [ 2023-06-01 ] |
|
According to marko this wasn't seen in a recent run with UBSAN enabled. |
| Comment by Marko Mäkelä [ 2023-06-01 ] |
|
I have observed this error in my local builds at least since 2020. I had commented about it in For some reason, the https://buildbot.mariadb.net/buildbot/builders/kvm-ubsan/ builder does not report this. It compiles with GCC 9.3.0, while I would use something newer. |