The following bugs and issues are known for ksh 93u+m 1.0.5:

Memory leak when initialising associative array in subshell
https://github.com/ksh93/ksh/issues/94

command substitution botches output of non-waited-for child processes
https://github.com/ksh93/ksh/issues/124

wrong typeset -p output after unsetting multidimensional array elements
https://github.com/ksh93/ksh/issues/148

typeset -L/-R: string length breaks on multibyte characters
https://github.com/ksh93/ksh/issues/189

Unicode code points in $'...' strings should vary according to the locale
https://github.com/ksh93/ksh/issues/193

Segfault with very large extended glob patterns
https://github.com/ksh93/ksh/issues/207

process substitution cannot be part of a larger argument
https://github.com/ksh93/ksh/issues/215

Builtins don't handle I/O errors
https://github.com/ksh93/ksh/issues/313

Associative arrays of various types fail to be unset
https://github.com/ksh93/ksh/issues/345

Variable with discipline function in subshell causes memory leak
https://github.com/ksh93/ksh/issues/404

Memory leak(s) when modifying PATH in various contexts
https://github.com/ksh93/ksh/issues/405

Discipline function .unset only called once for array subscripts
https://github.com/ksh93/ksh/issues/419

Function autoload apparently broken on DragonFly BSD
https://github.com/ksh93/ksh/issues/432

Alias expansion loop not detected in command substitution
https://github.com/ksh93/ksh/issues/458

Make KEYBD trap handling code multibyte-aware
https://github.com/ksh93/ksh/issues/460

nameref fails with nested associative arrays
https://github.com/ksh93/ksh/issues/594

globstar fails to resolve symlink
https://github.com/ksh93/ksh/issues/629
