"git@gitlab.synchro.net:main/sbbs.git" did not exist on "d8c099dbc962727df27236505d5ea5c8cb36ac9e"
Select Git revision
sbbs
-
-
- Open in your IDE
- Download source code

Rob Swindell
authored
An int is 32-bits on all supported platforms, so this has always been broken. The actual file size/request-length sent would depend on fun 2's complement math (a 32GB file was being truncated to 433MB). Also fixed some wrong uses of PRIuOFF: off_t is a signed integer, so technically the maximum file size you can request now is 2^63 bytes, which is "big enough".
Name | Last commit | Last update |
---|