-
Bug
-
Resolution: Fixed
-
Blocker
-
None
Investigating JENKINS-5073 I've noticed that in some places, IO Stream copy isn't done properly as we don't check for -1 but for > 0 when reading from the input streams.
At least in two places.
Could have major impacts on the stability of the system.
Some work done on
https://github.com/lacostej/jenkins/commits/lacostej-pull-proper-io-copy
Would appreciate some feedback on the issues/remaining tasks listed in the TODO (root FS)
Currently https://github.com/lacostej/jenkins/blob/cd748d457344549a7508cb0d60cd7392e25a0642/TODO