Changes between Version 2 and Version 3 of Ticket #4561, comment 8


Ignore:
Timestamp:
07/17/24 20:41:48 (3 months ago)
Author:
cieply
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4561, comment 8

    v2 v3  
    1 Can confirm it doesn't crash any more. There is a caveat though. Path length is 253 bytes and file name 248 bytes which is below 255 max file length for ext3/4 and 4096 max path but it still says: ```Cannot create target directory "/root/tmp/test/~xxxxxxxxxxxxxx"  
     1Can confirm it doesn't crash any more. There is a caveat though. Path length is 253 bytes and file name 248 bytes which is below 255 max file length for ext3/4 and 4096 max path but it still says: ```Cannot create target directory "/tmp/test/~xxxxxxxxxxxxxx"  
    22                    File name too long (36)                      
    33``` 
     
    77 
    88 
    9  
    109---- 
    1110