Skip to content

Commit 2983984

Browse files
committed
typo in comment
1 parent 8e0fb23 commit 2983984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_db2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5709,7 +5709,7 @@ static RETCODE _php_db2_get_data2(stmt_handle *stmt_res, SQLUSMALLINT col_num, S
57095709
#ifdef PASE /* trim i5/OS SQLGetSubString DBCLOB cases extra nulls -- no harm to simply remove */
57105710
else if (*out_length > 1 && stmt_res->column_info[col_num-1].loc_type == SQL_DBCLOB_LOCATOR) {
57115711
/*
5712-
* CB 201210111: The combination of using *LOCAL (but DRDA to localhost
5712+
* CB 20210111: The combination of using *LOCAL (but DRDA to localhost
57135713
* is OK) and i5_dbcs_alloc causes garbage in addition to the nulls,
57145714
* usually 0x1A (ASCII replacement) and some @. I suspect there might
57155715
* be a buffer overrun kind of situation going on. However, this did

0 commit comments

Comments
 (0)