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(-)