-
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.
[JENKINS-8686] IO stream copies are not done properly
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 138830 ] | New: JNJira + In-Review [ 188167 ] |
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