Details
-
Bug
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.11.8, 10.5
Description
clang-18
10.5 |
/source/mysys/mf_keycache.c:5950:11: runtime error: call to function init_simple_key_cache through pointer to incorrect function type 'int (*)(void *, unsigned int, unsigned long, unsigned int, unsigned int, unsigned int)'
|
/source/mysys/mf_keycache.c:480: note: init_simple_key_cache defined here
|
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /source/mysys/mf_keycache.c:5950:11
|
And
/source/mysys/mf_keycache.c:6152:5: runtime error: call to function end_simple_key_cache through pointer to incorrect function type 'void (*)(void *, char)'
|
/source/mysys/mf_keycache.c:957: note: end_simple_key_cache defined here
|
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /source/mysys/mf_keycache.c:6152:5
|
Attachments
Issue Links
- blocks
-
MDBF-741 Remove the gcc UBSAN builder to use the clang based UBSAN
- Open
- is part of
-
MDEV-25454 Make MariaDB server UBSAN safe
- Confirmed