Summary: | kio_sftp crashes if sftp_write(...) fails (double-free in sftpProtocol::sftpPut) | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kio-extras | Reporter: | Kevin Funk <kfunk> |
Component: | default | Assignee: | Plasma Development Mailing List <plasma-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | asn |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kio-extras/0a26e67f93462015bc680aeb2b77bd9f5cfaf2ad | Version Fixed In: | |
Sentry Crash Report: |
Description
Kevin Funk
2015-01-22 13:04:36 UTC
Git commit 860ceeaa4346f24daad62f6e9ddcc61b58f7a5db by Andreas Schneider. Committed on 22/01/2015 at 16:10. Pushed by anschneider into branch 'master'. sftp: Fix a double free if file copy fails. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> M +0 -1 kioslave/sftp/kio_sftp.cpp http://commits.kde.org/kde-runtime/860ceeaa4346f24daad62f6e9ddcc61b58f7a5db Git commit ad1443e4f96162c77fa1582d2e8a57dec545514e by Andreas Schneider. Committed on 22/01/2015 at 16:10. Pushed by anschneider into branch 'KDE/4.14'. sftp: Fix a double free if file copy fails. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 860ceeaa4346f24daad62f6e9ddcc61b58f7a5db) M +0 -1 kioslave/sftp/kio_sftp.cpp http://commits.kde.org/kde-runtime/ad1443e4f96162c77fa1582d2e8a57dec545514e Git commit 7c1477af137a81a41c2bfea300fa45908b2e8bd6 by Andreas Schneider. Committed on 22/01/2015 at 16:10. Pushed by anschneider into branch 'Applications/14.12'. sftp: Fix a double free if file copy fails. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 860ceeaa4346f24daad62f6e9ddcc61b58f7a5db) M +0 -1 kioslave/sftp/kio_sftp.cpp http://commits.kde.org/kde-runtime/7c1477af137a81a41c2bfea300fa45908b2e8bd6 Git commit 849b13902495a7e0b202d93aedf8fe627220e914 by Andreas Schneider. Committed on 22/01/2015 at 16:15. Pushed by anschneider into branch 'master'. sftp: Fix a double free if file copy fails. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> M +0 -1 sftp/kio_sftp.cpp http://commits.kde.org/kio-extras/849b13902495a7e0b202d93aedf8fe627220e914 Git commit 0a26e67f93462015bc680aeb2b77bd9f5cfaf2ad by Andreas Schneider. Committed on 22/01/2015 at 16:15. Pushed by anschneider into branch 'Plasma/5.2'. sftp: Fix a double free if file copy fails. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 849b13902495a7e0b202d93aedf8fe627220e914) M +0 -1 sftp/kio_sftp.cpp http://commits.kde.org/kio-extras/0a26e67f93462015bc680aeb2b77bd9f5cfaf2ad |