mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 07:01:54 +01:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
+ Character count checks for parameter entities, protects against entity expansion attacks using PE's. + Cache external PE's so they are only fetched once, considerably reduces traffic and CPU load in case of attack. * Do not repeat attempts to read from input stream once the read operation has returned less bytes than requested. git-svn-id: trunk@13321 - |
||
|---|---|---|
| compiler | ||
| ide | ||
| installer | ||
| packages | ||
| rtl | ||
| tests | ||
| utils | ||
| .gitattributes | ||
| .gitignore | ||
| Makefile | ||
| Makefile.fpc | ||