pgsql: ecpg: Fix off-by-one error in memory copying - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: ecpg: Fix off-by-one error in memory copying
Date
Msg-id E1S6WIR-000378-GW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
ecpg: Fix off-by-one error in memory copying

In a rare case, one byte past the end of memory belonging to the
sqlca_t structure would be written to.

found by Coverity

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9ddda5894c940c3a4363a35f6540ac33c31296e0

Modified Files
--------------
src/interfaces/ecpg/ecpglib/misc.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: libpq: Fix memory leak
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Fix invalid memory access