The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 986dfd01fb xmlread.pp:
+ 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 -
2009-06-23 22:46:26 +00:00
compiler * no longer allow assigning values to typecasted properties, because in 2009-06-23 18:42:53 +00:00
ide * cvar needs to be external. 2009-06-12 21:07:51 +00:00
installer + added support for fcl-res 2009-03-01 00:50:06 +00:00
packages xmlread.pp: 2009-06-23 22:46:26 +00:00
rtl * fixed properties 2009-06-22 18:55:28 +00:00
tests * no longer allow assigning values to typecasted properties, because in 2009-06-23 18:42:53 +00:00
utils + darwin/arm support for fcl-res and fpcres 2009-05-01 12:47:01 +00:00
.gitattributes * no longer allow assigning values to typecasted properties, because in 2009-06-23 18:42:53 +00:00
.gitignore * updated nds/gba linker scripts and reverted some changes for 2.2.4a release 2009-05-31 12:15:24 +00:00
Makefile * Makefiles regenerated 2009-03-01 00:35:12 +00:00
Makefile.fpc + delete base.build-stamp.* 2009-02-01 17:15:51 +00:00