Segfault in drizzle_con_uds/drizzle_con_host
Bug #818622 reported by
Piotr Przybylski
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle PHP Extension |
New
|
Undecided
|
Unassigned |
Bug Description
The following PHP code causes segmentation fault:
$drizzle = drizzle_create();
$con = drizzle_
var_dump(
The same goes for drizzle_con_host() when connection was created with drizzle_
Using bzr code with latest libdrizzle and Ubuntu Server 11.04 x86_64.
summary: |
- Segfault in drizzle_con_add_uds + Segfault in drizzle_con_uds/drizzle_con_host |
To post a comment you must log in.
looks like the PHP module isn't handling the NULL const char* return from the libdrizzle functions correctly.