[Bug 292146] shells/mksh: Segmentation fault on RELESE-15.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 04 Jan 2026 09:25:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292146

--- Comment #9 from hackee <h4ckee@proton.me> ---
But why do you start counting from "0" and not from "1" here:
for (i = 0; i < (ksh_NSIG < 32 ? ksh_NSIG : 32); i++)

one string below starts from "1":
for (i = 1; i < ksh_NSIG; i++) {

-- 
You are receiving this mail because:
You are the assignee for the bug.