php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6564 Using a blob crashes php
Submitted: 2000-09-05 21:14 UTC Modified: 2000-11-27 07:46 UTC
From: nathan at 0x00 dot org Assigned:
Status: Closed Package: InterBase related
PHP Version: 4.0.2 OS: Linux 2.2
Private report: No CVE-ID: None
 [2000-09-05 21:14 UTC] nathan at 0x00 dot org
The following causes segfault with latest 4.0.2 (worked fine with pl2):

$sql="insert into blobtable(ablob) values(?)";
$blob_id = ibase_blob_create();
ibase_blob_add($blob_id, "blah");
$bid = ibase_blob_close($blob_id);
$res=ibase_prepare($sql);
$x=ibase_execute($res, $bid);

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-01 12:51 UTC] sniper@php.net
reclassified.

 [2000-11-27 07:46 UTC] jah@php.net
Fixed in current CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 07:01:29 2024 UTC