Skip to content

Commit ad4cbf4

Browse files
authored
ext/pdo_firebird: Add LSAN suppression for isc_attach_database() (#17544)
1 parent 387ce30 commit ad4cbf4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1
-134
lines changed

.github/lsan-suppressions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
leak:acommon::DictInfoList::elements
22
leak:timer_create
33
leak:netsnmp_init_mib_internals
4+
leak:isc_attach_database

ext/pdo_firebird/tests/attr_datetime_format.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ PDO_Firebird: attr date, time, and timestamp formats
44
pdo_firebird
55
--SKIPIF--
66
<?php require('skipif.inc'); ?>
7-
--XLEAK--
8-
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
9-
See https://github.com/FirebirdSQL/firebird/issues/7849
107
--FILE--
118
<?php
129
require("testdb.inc");

ext/pdo_firebird/tests/autocommit.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ PDO_Firebird: auto commit
44
pdo_firebird
55
--SKIPIF--
66
<?php require('skipif.inc'); ?>
7-
--XLEAK--
8-
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
9-
See https://github.com/FirebirdSQL/firebird/issues/7849
107
--FILE--
118
<?php
129
/* Part of the error messages probably vary depending on the version of Firebird,

ext/pdo_firebird/tests/autocommit_change_mode.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ PDO_Firebird: change auto commit
44
pdo_firebird
55
--SKIPIF--
66
<?php require('skipif.inc'); ?>
7-
--XLEAK--
8-
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
9-
See https://github.com/FirebirdSQL/firebird/issues/7849
107
--FILE--
118
<?php
129
require("testdb.inc");

ext/pdo_firebird/tests/bug_15604.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Bug #15604 It is not possible to pass a NULL value as an input parameter if the
44
pdo_firebird
55
--SKIPIF--
66
<?php require('skipif.inc'); ?>
7-
--XLEAK--
8-
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
9-
See https://github.com/FirebirdSQL/firebird/issues/7849
107
--FILE--
118
<?php
129
require_once 'testdb.inc';

ext/pdo_firebird/tests/bug_47415.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindCol
44
pdo_firebird
55
--SKIPIF--
66
<?php require('skipif.inc'); ?>
7-
--XLEAK--
8-
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
9-
See https://github.com/FirebirdSQL/firebird/issues/7849
107
--FILE--
118
<?php
129
require 'testdb.inc';

ext/pdo_firebird/tests/bug_48877.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ PDO_Firebird: bug 48877 The "bindValue" and "bindParam" do not work for PDO Fire
44
pdo_firebird
55
--SKIPIF--
66
<?php require('skipif.inc'); ?>
7-
--XLEAK--
8-
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
9-
See https://github.com/FirebirdSQL/firebird/issues/7849
107
--FILE--
118
<?php
129

ext/pdo_firebird/tests/bug_53280.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ PDO_Firebird: bug 53280 segfaults if query column count is less than param count
44
pdo_firebird
55
--SKIPIF--
66
<?php require('skipif.inc'); ?>
7-
--XLEAK--
8-
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
9-
See https://github.com/FirebirdSQL/firebird/issues/7849
107
--FILE--
118
<?php
129

ext/pdo_firebird/tests/bug_62024.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Bug #62024 Cannot insert second row with null using parametrized query (Firebird
44
pdo_firebird
55
--SKIPIF--
66
<?php require('skipif.inc'); ?>
7-
--XLEAK--
8-
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
9-
See https://github.com/FirebirdSQL/firebird/issues/7849
107
--FILE--
118
<?php
129

ext/pdo_firebird/tests/bug_64037.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Bug #64037 Firebird return wrong value for numeric field
44
pdo_firebird
55
--SKIPIF--
66
<?php require('skipif.inc'); ?>
7-
--XLEAK--
8-
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
9-
See https://github.com/FirebirdSQL/firebird/issues/7849
107
--FILE--
118
<?php
129

0 commit comments

Comments
 (0)