zoltanmeze commented on PR #529: URL: https://github.com/apache/maven-surefire/pull/529#issuecomment-1110735790
Included missing null in [6e5a49c](https://github.com/apache/maven-surefire/pull/529/commits/6e5a49cb9fc8c6767a350d3bf530cd109354df4f). I don't think it's worth adding a unit test for this. This was obviously just missing. There are a couple of tests covering `consoleErrorLog`, but usually buffer length is overestimated because strings are allocating more space than what they actually need with `encoder.maxBytesPerChar() * s.length()`, so this was not causing any issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org