pgsql: Fix integer overflow in text_format function, reported by Dean R

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix integer overflow in text_format function, reported by Dean R
Date: 2011-05-23 19:30:23
Message-ID: E1QOapb-0004jF-2Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix integer overflow in text_format function, reported by Dean Rasheed.

In the passing, clarify the comment on why text_format_nv wrapper is needed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/34be83b7e142a718c7a831c9df9763aa83fe4cd5

Modified Files
--------------
src/backend/utils/adt/varlena.c | 27 ++++++++++++++++++++++-----
1 files changed, 22 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-05-23 20:35:32 pgsql: Make plpgsql complain about conflicting IN and OUT parameter nam
Previous Message Robert Haas 2011-05-23 19:23:08 pgsql: Improve hash_array() logic for combining hash values.