Hi, Maxim Cournoyer <[email protected]> skribis:
> I've encountered the following crash when trying to use substitute on a > file which contains NUL characters: Yes, that’s because Guile’s ‘regexp-exec’ simply wraps libc’s ‘regexec’, which does not handle NULs. We should consider switching to the pure-Scheme SRFI-115: https://srfi.schemers.org/srfi-115/srfi-115.html Ludo’.
