-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Execution Team 2021-09-06
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
The second test case creates an empty BufReader as the BufReader size is mistakenly set to zero, this effectively ends up exercising the same path as the first test case.
An additional issue is that we feed a string of ASCII zeroes, while we actually actually mean to feed a string of binary zeroes.