Browse Source

* Disable range checks

git-svn-id: trunk@20229 -
michael 13 years ago
parent
commit
af2bba5c87
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/fcl-web/src/base/custfcgi.pp

+ 5 - 0
packages/fcl-web/src/base/custfcgi.pp

@@ -16,6 +16,11 @@
 {$mode objfpc}
 {$H+}
 
+{ Disable rangechecks. 
+  Buffers of unknown size are received and handled with a dummy array type }
+
+{$RANGECHECKS OFF}
+
 unit custfcgi;
 
 Interface