#1144074 mksh: Allows empty function names

Package:
mksh
Source:
mksh
Description:
MirBSD Korn Shell
Submitter:
cr
Date:
2026-08-10 20:07:02 UTC
Severity:
normal
#1144074#5
Date:
2026-08-10 18:14:15 UTC
From:
To:
Functions names can be empty.
To reproduce, this prints 'hello world':
''() { echo hello world; }; ''

#1144074#10
Date:
2026-08-10 19:57:12 UTC
From:
To:
Huh.

Nice easter egg 😹

I will see to that, and the other one, which may be trickier.

Thanks,
//mirabilos

#1144074#13
Date:
2026-08-10 19:57:12 UTC
From:
To:
Huh.

Nice easter egg 😹

I will see to that, and the other one, which may be trickier.

Thanks,
//mirabilos