Settings `-DBB_GLOBAL_CONST=""` can prevent crash when not_const_pp causes memory reorder. However, `lineedit_ptr_to_statics` is not protected by `BB_GLOBAL_CONST` so it still crashes.
Also `bb_errno`, `ptr_to_globals` and `test_ptr_to_statics` should also be guarded by `BB_GLOBAL_CONST`. What a mess...
Someone found this bug as well... https://github.com/kisslinux/repo/blob/13e25e48ac483d36fcb13eb6f753eaec275448d8/core/busybox/patches/fix-UB.patch
Fix in 1f925038ab9c6bd8f6b3cd40ed7aab0ef10d898e