SCM/JIRA link daemon
added a comment - Code changed in jenkins
User: Oleg Nenashev
Path:
pom.xml
http://jenkins-ci.org/commit/jenkins/62a5dddb3c2b00c4602a504ffefd65320cf81915
Log:
Update remoting to 2.62.2
This PR picks the latest available version of remoting stable-2.x. All the fixes have been integrated into remoting-3.0 and soaked enough.
JENKINS-38539 ( https://issues.jenkins-ci.org/browse/JENKINS-38539 ) -
Stability: Turn on SO_KEEPALIVE by default and provide CLI option to turn it off again.
( https://github.com/jenkinsci/remoting/pull/110 )
JENKINS-37539 ( https://issues.jenkins-ci.org/browse/JENKINS-37539 ) -
Prevent <code>NullPointerException</code> in <code>Engine#connect()</code> when host or port parameters are <code>null</code> or empty.
( https://github.com/jenkinsci/remoting/pull/101 )
[CID-152201] -
Fix resource leak in <code>remoting.jnlp.Main</code>.
( https://github.com/jenkinsci/remoting/pull/102 )
[CID-152200,CID-152202] -
Resource leak in Encryption Cipher I/O streams on exceptional paths.
( https://github.com/jenkinsci/remoting/pull/104 )
SCM/JIRA link daemon
added a comment - Code changed in jenkins
User: Oleg Nenashev
Path:
pom.xml
http://jenkins-ci.org/commit/jenkins/7e0db20a2cfb08b49e32cf2ec8258ef3f4b3037e
Log:
[JENKINS-38539, JENKINS-37539] Update remoting from 2.62 to 2.62.2 (#2585)
2.61 does not exist, there was an issue during the release
Changes in 2.62: https://github.com/jenkinsci/remoting/blob/stable-2.x/CHANGELOG.md#2622
JENKINS-38539 ( https://issues.jenkins-ci.org/browse/JENKINS-38539 ) -
Stability: Turn on SO_KEEPALIVE and provide CLI option to turn it off again.
( https://github.com/jenkinsci/remoting/pull/110 )
JENKINS-37539 ( https://issues.jenkins-ci.org/browse/JENKINS-37539 ) -
Prevent <code>NullPointerException</code> in <code>Engine#connect()</code> when host or port parameters are <code>null</code> or empty.
( https://github.com/jenkinsci/remoting/pull/101 )
[CID-152201] -
Fix resource leak in <code>remoting.jnlp.Main</code>.
( https://github.com/jenkinsci/remoting/pull/102 )
[CID-152200,CID-152202] -
Resource leak in Encryption Cipher I/O streams on exceptional paths.
( https://github.com/jenkinsci/remoting/pull/104 )
SCM/JIRA link daemon
added a comment - Code changed in jenkins
User: Oleg Nenashev
Path:
pom.xml
http://jenkins-ci.org/commit/jenkins/3966b111f9f2f87d39854aefe870676fdd5cc4ae
Log:
[JENKINS-38539, JENKINS-37539] Update remoting from 2.62 to 2.62.2
2.61 does not exist, there was an issue during the release
Changes in 2.62: https://github.com/jenkinsci/remoting/blob/stable-2.x/CHANGELOG.md#2622
JENKINS-38539 ( https://issues.jenkins-ci.org/browse/JENKINS-38539 ) -
Stability: Turn on SO_KEEPALIVE and provide CLI option to turn it off again.
( https://github.com/jenkinsci/remoting/pull/110 )
JENKINS-37539 ( https://issues.jenkins-ci.org/browse/JENKINS-37539 ) -
Prevent <code>NullPointerException</code> in <code>Engine#connect()</code> when host or port parameters are <code>null</code> or empty.
( https://github.com/jenkinsci/remoting/pull/101 )
[CID-152201] -
Fix resource leak in <code>remoting.jnlp.Main</code>.
( https://github.com/jenkinsci/remoting/pull/102 )
[CID-152200,CID-152202] -
Resource leak in Encryption Cipher I/O streams on exceptional paths.
( https://github.com/jenkinsci/remoting/pull/104 )
Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/hudson/remoting/Engine.java
src/main/java/hudson/remoting/Util.java http://jenkins-ci.org/commit/remoting/98107a2ce50e750af48a703b4faf232288e8a859
Log: [FIXED JENKINS-37539] - Prevent NPE in Engine#connect() when host or port are null or empty (#101)
SCM/JIRA link daemon
added a comment - Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/hudson/remoting/Engine.java
src/main/java/hudson/remoting/Util.java
http://jenkins-ci.org/commit/remoting/98107a2ce50e750af48a703b4faf232288e8a859
Log:
[FIXED JENKINS-37539] - Prevent NPE in Engine#connect() when host or port are null or empty (#101)
Bug diagnosis:
https://scan8.coverity.com/reports.htm#v14462/p10499/fileInstanceId=12836372&defectInstanceId=4427367&mergedDefectId=152195
https://scan8.coverity.com/reports.htm#v14462/p10499/fileInstanceId=12836372&defectInstanceId=4427365&mergedDefectId=152194
Code changed in jenkins
User: Oleg Nenashev
Path:
pom.xml
http://jenkins-ci.org/commit/jenkins/62a5dddb3c2b00c4602a504ffefd65320cf81915
Log:
Update remoting to 2.62.2
This PR picks the latest available version of remoting stable-2.x. All the fixes have been integrated into remoting-3.0 and soaked enough.
JENKINS-38539(https://issues.jenkins-ci.org/browse/JENKINS-38539) -Stability: Turn on SO_KEEPALIVE by default and provide CLI option to turn it off again.
(https://github.com/jenkinsci/remoting/pull/110)
JENKINS-37539(https://issues.jenkins-ci.org/browse/JENKINS-37539) -Prevent <code>NullPointerException</code> in <code>Engine#connect()</code> when host or port parameters are <code>null</code> or empty.
(https://github.com/jenkinsci/remoting/pull/101)
Fix resource leak in <code>remoting.jnlp.Main</code>.
(https://github.com/jenkinsci/remoting/pull/102)
Resource leak in Encryption Cipher I/O streams on exceptional paths.
(https://github.com/jenkinsci/remoting/pull/104)