this file crashes yanglint due to unprintable characters at the end of the file. Shortening the error message string removes the crash too, so I guess both issues are relevant.
I've encoded the file with b64, rather than using the xxd output, since I assume decoding b64 is somewhat easier than creating the file from xxd. If you would prefer another format for files containing binary data, please let me know.
The text was updated successfully, but these errors were encountered:
Hi,
this file crashes yanglint due to unprintable characters at the end of the file. Shortening the error message string removes the crash too, so I guess both issues are relevant.
Here is the file base64 encoded:
I've encoded the file with b64, rather than using the xxd output, since I assume decoding b64 is somewhat easier than creating the file from xxd. If you would prefer another format for files containing binary data, please let me know.
The text was updated successfully, but these errors were encountered: