[Bug 292146] shells/mksh: Segmentation fault on RELESE-15.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292146] shells/mksh: Segmentation fault on RELESE-15.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.