github.com/cs3org/reva/v2@v2.27.7/changelog/2.15.0_2023-07-17/decomposedfs-treesize-overflow.md (about)

     1  Bugfix: treesize interger overflows
     2  
     3  Reading the treesize was parsing the string value as a signed integer while
     4  setting the treesize used unsigned integers this could cause failures (out of
     5  range errors) when reading very large treesizes.
     6  
     7  https://github.com/cs3org/reva/pull/3963