]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 22 Oct 2013 03:23:07 +0000 (12:23 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 22 Oct 2013 03:23:07 +0000 (12:23 +0900)
commit2cf5614f5fb6dc250567900a31d1bdd3c534f0d8
tree85bfec161e39c8b12a778468d2235730c9b59a0e
parent9789df77643c34ffdcfc71049b4c57b45efd0d48
parent5cc797d119bb3936a8acce48ede04fa29a3219c6
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

* 'PHP-5.4' of git.php.net:php-src: (101 commits)
  exif NEWS
  add tests for bug #62523
  Merged PR #293 (Exif crash on unknown encoding was fixed) By:  Draal Conflicts:  configure.in  main/php_version.h
  Just SKIP that test on travis
  fix memory leak on error (from Coverity scan)
  Fix coverity issue with -1 returned by findOffset not being handled by getPreferredTag
  5.4.21 release date
  When src->src is null this doesn't get initialized but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt.
  Fix typo
  Clean up this weird safe_emalloc() call
  Minor Coverity tweaks
  - Moved NULL check before dereferencing
  - Fixed possible NULL ptr dereference
  - Fixed possible uninitialized scalar variable usage (spotted by Coverity)
  Remove senseless check here
  - Fix extern declaration according to definition
  - Fix possible memory leak
  - Moved allocation to if block to make Coverity happy
  - Fixed possible memory leak
  Fix unitialized opened_path here - found by Coverity
  ...