Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit cb02b33

Browse files
committed
Replace null bytes in commit message description
1 parent 6d14e98 commit cb02b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl TestResult {
111111
out.push_str(self.stderr());
112112
out.push_str("==============");
113113

114-
Some(out)
114+
Some(out.replace('\0', "NUL"))
115115
} else {
116116
None
117117
}

0 commit comments

Comments
 (0)