Commit 7849320
Change traversal limit on machines with short pointers to 8192 words
This is 65536 bytes, which will exactly fill the memory addressable by
16-bit pointers. It is almost certain that legitimate messages will
run out of buffer space before hitting this limit.1 parent 91fe232 commit 7849320
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments