SECURITY UPDATE: Command injection via newline in glob() on Unix-like systems
debian/patches/CVE-2026-33412.patch: add '\n' to the SHELL_SPECIAL macro
in src/os_unix.c so mch_expand_wildcards() escapes embedded newlines
before passing the glob pattern to the shell