[Bug 14236] New: `lineedit_ptr_to_statics` should use `BB_GLOBAL_CONST`
bugzilla at busybox.net
bugzilla at busybox.net
Sat Sep 25 14:46:17 UTC 2021
https://bugs.busybox.net/show_bug.cgi?id=14236
Bug ID: 14236
Summary: `lineedit_ptr_to_statics` should use `BB_GLOBAL_CONST`
Product: Busybox
Version: unspecified
Hardware: Other
OS: Other
Status: NEW
Severity: major
Priority: P5
Component: Standard Compliance
Assignee: unassigned at busybox.net
Reporter: shana at zju.edu.cn
CC: busybox-cvs at busybox.net
Target Milestone: ---
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list