Searched refs:_gd2GetHeader (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/gd/tests/ |
H A D | bug72339.phpt | 2 Bug #72339 Integer Overflow in _gd2GetHeader() resulting in heap overflow
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_gd2.c | 54 static int _gd2GetHeader(gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt, int *ncx, i… in _gd2GetHeader() function 186 if (_gd2GetHeader (in, sx, sy, cs, vers, fmt, ncx, ncy, cidx) != 1) { in _gd2CreateFromFile() 462 if (_gd2GetHeader(in, &fsx, &fsy, &cs, &vers, &fmt, &ncx, &ncy, &chunkIdx) != 1) { in gdImageCreateFromGd2PartCtx()
|
/PHP-7.0/ |
H A D | NEWS | 1485 . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in heap
|
Completed in 17 milliseconds