Changes between Version 1 and Version 2 of Ticket #3406, comment 23
- Timestamp:
- 01/10/17 16:03:17 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3406, comment 23
v1 v2 19 19 + buf->st_blocks = 1 + ((buf->st_size - 1) / buf->st_blksize); 20 20 }}} 21 22 23 '''edit''' 24 25 @andrew_b, @zaytsev, please take a look here: [https://github.com/xenogenesi/mc/commits/fix-sftp-err-31], this is the minimal patchset needed to get rid of error -31 (segfault fix and and's EACCES patches included), re-integrated from scratch and tested (sorry for me was just easier/faster to fork and share from github) 26 27 If you want me to re-integrate the mess-cleanup over those in a set of progressive patches just let me know, I'd like to, but if you want to proceed in a different way, no problem, just let me know.