[MDEV-30747] UBSAN: load of value X, which is not a valid value for type 'enum_yes_no_unknown' in sql/sql_parse.cc Created: 2023-02-28 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.10, 11.0 |
| Fix Version/s: | 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ramesh Sivaraman | Assignee: | Julius Goryavsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Leads to
Setup
|
| Comments |
| Comment by Marko Mäkelä [ 2023-02-28 ] |
|
I would expect MemorySanitizer to complain about this as well. 2779096485 == 0xa5a5a5a5, and the 0xa5 bytes probably originate from the macro TRASH_ALLOC(). |