Skip to content

Commit c139122

Browse files
shivammathurGirgias
authored andcommitted
Fix pdo_oci - declare quotedlen in oci_driver.c
Closes GH-6590
1 parent b3c5b8c commit c139122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pdo_oci/oci_driver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ static zend_string* oci_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquote
355355
int qcount = 0;
356356
char const *cu, *l, *r;
357357
char *c, *quoted;
358+
size_t quotedlen;
358359
zend_string *quoted_str;
359360

360361
if (ZSTR_LEN(unquoted) == 0) {

0 commit comments

Comments
 (0)