lo_export return -1 on failure
| Bug #68697 | lo_export return -1 on failure | ||||
|---|---|---|---|---|---|
| Submitted: | 2014-12-30 15:31 UTC | Modified: | 2014-12-30 18:04 UTC | ||
| From: | ondrej@php.net | Assigned: | ondrej (profile) | ||
| Status: | Closed | Package: | PostgreSQL related | ||
| PHP Version: | 5.6Git-2014-12-30 (Git) | OS: | |||
| Private report: | No | CVE-ID: | None | ||
[2014-12-30 15:31 UTC] ondrej@php.net
Description: ------------ libpq lo_export returns -1 on failure, but PHP code doesn't check for -1, but for "!= 0" Also affects PHP-5.4 and PHP-5.5. Test script: --------------- As reported in Debian BTS: bugs.debian.org/773182 Expected result: ---------------- returns FALSE on failure Actual result: -------------- return TRUE on failure
Patches
check-libpq-lo_export-return-value.patch (last revision 2014-12-30 16:23 UTC by ondrej@php.net)Pull Requests
History
AllCommentsChangesGit/SVN commits
[2014-12-30 18:04 UTC] aharvey@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ondrej
[2014-12-30 18:04 UTC] aharvey@php.net
[2014-12-30 18:04 UTC] aharvey@php.net
-Package: *General Issues +Package: PostgreSQL related