Skip to content
Snippets Groups Projects
  • Simon Tatham's avatar
    2762a202
    Merge the 0.74 release branch back to master. · 2762a202
    Simon Tatham authored
    Two minor memory-leak fixes on 0.74 seem not to be needed on master:
    the fix in an early exit path of pageant_add_keyfile is done already
    on master in a different way, and the missing sfree(fdlist) in
    uxsftp.c is in code that's been completely rewritten in the uxcliloop
    refactoring.
    
    Other minor conflicts: the rework in commit b52641644905 of
    ssh1login.c collided with the change from FLAG_VERBOSE to
    seat_verbose(), and master and 0.74 each added an unrelated extra
    field to the end of struct SshServerConfig.
    2762a202
    History
    Merge the 0.74 release branch back to master.
    Simon Tatham authored
    Two minor memory-leak fixes on 0.74 seem not to be needed on master:
    the fix in an early exit path of pageant_add_keyfile is done already
    on master in a different way, and the missing sfree(fdlist) in
    uxsftp.c is in code that's been completely rewritten in the uxcliloop
    refactoring.
    
    Other minor conflicts: the rework in commit b52641644905 of
    ssh1login.c collided with the change from FLAG_VERBOSE to
    seat_verbose(), and master and 0.74 each added an unrelated extra
    field to the end of struct SshServerConfig.