mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-22 12:21:30 +03:00
15d25eb4d2
Turns out you can contrive to have buffer overruns if you use an unsafe buffer library... oops! When resizing a buffer, we need to make sure that the new size is enough for the thing we're about to add. This is almost certainly the cause of #95. |
||
---|---|---|
.. | ||
Compiler | ||
Control | ||
Core | ||
Data | ||
Idris | ||
Parser | ||
Text | ||
TTImp | ||
Utils | ||
Yaffle | ||
Makefile |