summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed compilation warningDmitry Stogov2007-03-121-1/+1
* Lib upgrade newsEdin Kadribasic2007-03-121-1/+1
* malloc() -> pemalloc()Ilia Alshanetsky2007-03-111-2/+2
* MFHAntony Dovgal2007-03-111-1/+1
* fix testsAntony Dovgal2007-03-111-1/+2
* Re-added check removed by the previous patchIlia Alshanetsky2007-03-101-0/+2
* Added additional checks for long input arrays insideIlia Alshanetsky2007-03-101-0/+13
* - MFH: CVE-2007-1001, integer overflow with invalid wbmp imagesPierre Joye2007-03-107-3/+107
* - #40764, line thickness not respected for horizontal and vertical linesPierre Joye2007-03-102-0/+33
* add testcaseStanislav Malyshev2007-03-091-0/+18
* Return HTTP 403 in case of "access denied".Dmitry Stogov2007-03-091-2/+7
* fix substr()Antony Dovgal2007-03-092-11/+11
* fix testsAntony Dovgal2007-03-092-54/+63
* Fixed bug #40754 (added substr() & substr_replace() overflow checks).Ilia Alshanetsky2007-03-093-0/+76
* Add _SESSION to checklistIlia Alshanetsky2007-03-091-0/+1
* Fixed a possible super-global overwrite inside import_request_variables().Ilia Alshanetsky2007-03-091-0/+13
* Off by ! in the url control char check for file:/// urlsRasmus Lerdorf2007-03-091-1/+1
* - #40764, line thickness not respected for horizontal and vertical linesPierre Joye2007-03-091-16/+75
* more fixesStanislav Malyshev2007-03-081-2/+4
* fix crash/leak in bug #38710Stanislav Malyshev2007-03-081-1/+10
* add newsStanislav Malyshev2007-03-081-0/+2
* BFN: gd gif readingNuno Lopes2007-03-081-0/+1
* fix crash on $x['x']['y'] += 1, patch by Brian ShireStanislav Malyshev2007-03-083-32/+43
* fix thread unsafety in the gif reader code (merge from libgd cvs)Nuno Lopes2007-03-081-99/+109
* clarify checks and error messagesStanislav Malyshev2007-03-081-2/+7
* MFH: fix #40752 (parse_ini_file() segfaults when a scalar setting is redeclar...Antony Dovgal2007-03-083-0/+45
* Improved length parameter validationIlia Alshanetsky2007-03-081-1/+1
* Improved offset validationIlia Alshanetsky2007-03-081-2/+4
* fix MOPB#14Stanislav Malyshev2007-03-071-1/+1
* fix small typoAntony Dovgal2007-03-071-2/+26
* MFH: fix #40727 (segfault in PDO when failed to bind parameters)Antony Dovgal2007-03-072-3/+13
* Fixed calloc wrapperIlia Alshanetsky2007-03-071-2/+2
* malloc() -> pemalloc()Ilia Alshanetsky2007-03-071-6/+6
* Add checks around raw allocation codeIlia Alshanetsky2007-03-071-8/+36
* - Updated timezone database to version 2007.3. (Derick)Derick Rethans2007-03-063-775/+894
* MFHAntony Dovgal2007-03-061-2/+2
* use the aliases and eliminate one more compile warningAntony Dovgal2007-03-061-1/+1
* MFH: declare zend_mm_random() only when neededAntony Dovgal2007-03-061-0/+2
* remove (large) static buffers for header names and request uriUwe Schindler2007-03-061-19/+27
* use slprintf instead of snprintf and remove 0termination things (because slpr...Uwe Schindler2007-03-061-14/+10
* MFHAntony Dovgal2007-03-061-1/+1
* Added missing allocation checksIlia Alshanetsky2007-03-061-0/+8
* use safe_reallocStanislav Malyshev2007-03-061-1/+1
* use safe_reallocStanislav Malyshev2007-03-062-3/+3
* use safe_ereallocStanislav Malyshev2007-03-061-1/+1
* - Revert last part and fix issue under windowsMarcus Boerger2007-03-061-3/+3
* - And the sizes tooMarcus Boerger2007-03-061-2/+2
* - More to goMarcus Boerger2007-03-061-2/+2
* - There you goMarcus Boerger2007-03-061-1/+1
* - MFH Revert back to sprintf (we could define snprintf for windows but we don't)Marcus Boerger2007-03-061-1/+1