We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78564f9 commit e083e39Copy full SHA for e083e39
src/bugs/uncompressed-trade-route-loading.md
@@ -6,6 +6,7 @@ However, its caller fails to allocate the correct amount of memory, so the loadi
6
7
## Details
8
Instead of calculating the absolute of the output size, the output size is `and`ed with `0x3fffffff`:
9
+
10

11
12
For negative output sizes the result is very big, so the allocation fails, and the trade route loading is aborted.
0 commit comments