]> git.ipfire.org Git - thirdparty/valgrind.git/commit
FreeBSD sanity-level checks: clean up maybe_merge_procmap_stack()
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 1 Apr 2026 19:42:52 +0000 (21:42 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 1 Apr 2026 19:42:52 +0000 (21:42 +0200)
commitdbc0a457fa87990e3e2d089de2badcd4d2c8ee11
treea89292b3fa949f5dac4be33d1fd4886c1c3e2650
parenta1904db1dd0ee8c046a3fd89c822463cd496d78e
FreeBSD sanity-level checks: clean up maybe_merge_procmap_stack()

This was using hard coded max stack size values. Use sysctl instead,
as suggested in the comments.

S$xlight complication for x86 on amd64 - need to checks
compat.ia32.maxssiz first. If that fails then the binary is
running on an x86 kernel and fall back to using kern.maxssiz.
coregrind/m_aspacemgr/aspacemgr-linux.c