gracheg
Results
1
comments of
gracheg
It fixes, but there is no guarantee. Where lost zero-byte, it is unclear. ``` asciiz(Data) when is_binary(Data) -> case binary:split(Data, ) of [S, R] -> {S, R}; [S] -> {S,...