]> git.pld-linux.org Git - packages/php.git/blob - exif-crash-bug-36.patch
- make it possible to coinstall phpXY-pdo-pgsql
[packages/php.git] / exif-crash-bug-36.patch
1 https://code.google.com/p/php52-backports/issues/detail?id=36
2 fix crashes on amd64 on ac (glibc 2.3.6)
3 --- php-5.2.17/ext/exif/exif.c~ 2013-10-22 16:16:26.000000000 +0300
4 +++ php-5.2.17/ext/exif/exif.c  2013-10-22 16:16:29.959714312 +0300
5 @@ -2746,7 +2746,7 @@
6  {
7         int de, i=0, section_index = SECTION_MAKERNOTE;
8         int NumDirEntries, old_motorola_intel;
9 -       size_t offset_diff;
10 +       int offset_diff;
11         const maker_note_type *maker_note;
12         char *dir_start;
13  
This page took 0.019876 seconds and 3 git commands to generate.