Home
last modified time | relevance | path

Searched refs:exif (Results 1 – 25 of 110) sorted by relevance

12345

/php-src/ext/exif/
H A Dconfig.w323 ARG_ENABLE('exif', 'Exchangeable image information (EXIF) Support', 'no');
7 if(ADD_EXTENSION_DEP('exif', 'mbstring'))
11 EXTENSION('exif', 'exif.c', null, '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
H A Dconfig.m41 PHP_ARG_ENABLE([exif],
3 [AS_HELP_STRING([--enable-exif],
8 PHP_NEW_EXTENSION(exif, exif.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
/php-src/ext/exif/tests/
H A Dbug64739.phpt4 exif
13 echo 'Error, failed to read exif data';
20 ini_set('exif.decode_unicode_motorola', 'UCS-2LE');
25 echo 'Error, failed to read exif data';
H A Dexif004.phpt5 exif
13 exif.decode_unicode_intel=UCS-2LE
14 exif.decode_unicode_motorola=UCS-2BE
15 exif.encode_unicode=ISO-8859-1
H A Dbug73737.phpt4 exif
7 $exif = exif_thumbnail(__DIR__ . '/bug73737.tiff');
8 var_dump($exif);
H A Dbug78793.phpt2 Bug #78793: Use-after-free in exif parsing under memory sanitizer
4 exif
H A Dbug79046.phpt2 Bug #79046: NaN to int cast undefined behavior in exif
4 exif
H A Dbug79282.phpt2 Bug #79282: Use-of-uninitialized-value in exif
4 exif
H A Dbug72627.phpt4 exif
7 $exif = exif_read_data(__DIR__ . '/bug72627.tiff',0,0,true);
8 var_dump($exif);
H A Dbug76423.phpt2 Bug #76423 (Int Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c)
4 exif
H A Dbug60150.phpt2 Bug #60150 (Integer overflow during the parsing of invalid exif header)
4 exif
H A Dexif003.phpt4 exif
13 exif.decode_unicode_motorola=UCS-2BE
14 exif.encode_unicode=ISO-8859-15
H A Dbug78910.phpt2 Bug #78910: Heap-buffer-overflow READ in exif (OSS-Fuzz #19044)
4 exif
H A Dbug76557.phpt2 Bug 76557 (heap-buffer-overflow (READ of size 48) while reading exif data)
4 exif
31 Warning: exif_read_data(): Further exif parsing errors have been suppressed in %s on line %d
H A Dnesting_level_oom.phpt4 exif
H A Dzero_length_makernote_leak.phpt4 exif
H A Dbug77753.phpt4 exif
H A Dbug77950.phpt4 exif
H A Dbug77988.phpt4 exif
H A Dbug78256.phpt4 exif
H A Dbug78222.phpt4 exif
H A Dtemporary_buffer_leak.phpt4 exif
/php-src/ext/exif/tests/bug50660/
H A Dbug50660.phpt2 Bug #50660 (exif_read_data(): Illegal IFD offset (works fine with other exif readers))
4 exif
/php-src/sapi/fuzzer/
H A DREADME.md4 …he fuzzing SAPI, as well as all available fuzzers. If you don't build the exif/json/mbstring exten…
14 --enable-exif \
30 * `php-fuzz-exif`: Fuzzing `exif_read_data()` function (requires --enable-exif)
40 cp -r sapi/fuzzer/corpus/exif ./my-exif-corpus
41 sapi/fuzzer/php-fuzz-exif ./my-exif-corpus
/php-src/ext/exif/tests/bug74428/
H A Dbug74428.phpt2 Bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with correct exif format)
4 exif

Completed in 28 milliseconds

12345