[MDEV-32196] Warning: Memory not freed: 280 | LeakSanitizer: detected memory leaks Created: 2023-09-18  Updated: 2023-09-18

Status: Open
Project: MariaDB Server
Component/s: None
Affects Version/s: 11.3
Fix Version/s: 11.3

Type: Bug Priority: Major
Reporter: Ramesh Sivaraman Assignee: Alexander Barkov
Resolution: Unresolved Votes: 0
Labels: None


 Description   

Memory leak detected similar to MDEV-30680 when the server shut down after calling a non-existing function with a return statement in sql_mode ORACLE.

SET sql_mode=ORACLE;
BEGIN RETURN f();
SHUTDOWN;

LSAN|memory leak|mysys/my_malloc.c|__interceptor_malloc|my_malloc|init_dynamic_array2|sp_add_used_routine


Generated at Thu Feb 08 10:29:34 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.