提交 be195b0e 编写于 作者: K Kohsuke Kawaguchi

[FIXED SECURITY-150]

Integrated the change
上级 28d99770
......@@ -816,7 +816,7 @@ public abstract class Launcher {
* Kill the process when the channel is severed.
*/
@Override
protected synchronized void terminate(IOException e) {
public synchronized void terminate(IOException e) {
super.terminate(e);
ProcessTree pt = ProcessTree.get();
try {
......
......@@ -73,7 +73,7 @@ public class Channels {
* Kill the process when the channel is severed.
*/
@Override
protected synchronized void terminate(IOException e) {
public synchronized void terminate(IOException e) {
super.terminate(e);
try {
proc.kill();
......@@ -109,7 +109,7 @@ public class Channels {
* Kill the process when the channel is severed.
*/
@Override
protected synchronized void terminate(IOException e) {
public synchronized void terminate(IOException e) {
super.terminate(e);
proc.destroy();
// the stderr copier should exit by itself
......
......@@ -173,7 +173,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>2.32</version>
<version>2.46</version>
</dependency>
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册