[Bug 2434] scp can send arbitrary control characters / escape sequences to the terminal

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Jan 23 15:11:28 AEDT 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=2434

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2858|0                           |1
        is obsolete|                            |
   Attachment #2942|0                           |1
        is obsolete|                            |
   Attachment #2943|0                           |1
        is obsolete|                            |
   Attachment #3228|                            |ok?(djm at mindrot.org)
              Flags|                            |

--- Comment #28 from Darren Tucker <dtucker at dtucker.net> ---
Created attachment 3228
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3228&action=edit
Move progressmeter formatting out of signal handler.

This is moves the formatting entirely out of signal handler context and
into code called by the atomicio callback.

It changes atomicio call the callback on EINTR and EAGAIN so that
SIGALRM will interrupt the read or write and the callback will update
the progressmeter at the appropriate time.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list