Bugzilla – Attachment 1844 Details for
Bug 1761
sftp exits on 2nd terminal resize after a transfer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove progress meter signal handlers in stop_progress_meter
openssh-5.5p1-progressmeter-remove-signal-handlers.patch (text/plain), 351 bytes, created by
Edward Sheldrake
on 2010-04-26 00:58:16 AEST
(
hide
)
Description:
remove progress meter signal handlers in stop_progress_meter
Filename:
MIME Type:
Creator:
Edward Sheldrake
Created:
2010-04-26 00:58:16 AEST
Size:
351 bytes
patch
obsolete
>--- openssh-5.5p1/progressmeter.c.remove-sigs 2006-08-05 03:39:40.000000000 +0100 >+++ openssh-5.5p1/progressmeter.c 2010-04-25 15:27:40.000000000 +0100 >@@ -279,6 +279,9 @@ stop_progress_meter(void) > refresh_progress_meter(); > > atomicio(vwrite, STDOUT_FILENO, "\n", 1); >+ >+ signal(SIGALRM, SIG_DFL); >+ signal(SIGWINCH, SIG_DFL); > } > > /*ARGSUSED*/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1761
: 1844 |
1887
|
1904