]> granicus.if.org Git - postgresql/commit
Revoke support for strxfrm() that write past the specified array length.
authorNoah Misch <noah@leadboat.com>
Thu, 9 Jul 2015 00:44:21 +0000 (20:44 -0400)
committerNoah Misch <noah@leadboat.com>
Thu, 9 Jul 2015 00:44:25 +0000 (20:44 -0400)
commitaaf15ee33a63c582fbb61b67befdd620e85da2ce
tree1f24f7828c9f7b24e7fe4ff4350e29b15004a034
parent8ed6e70ace8e8d2f0747c16a796a21147ffaf404
Revoke support for strxfrm() that write past the specified array length.

This formalizes a decision implicit in commit
4ea51cdfe85ceef8afabceb03c446574daa0ac23 and adds clean detection of
affected systems.  Vendor updates are available for each such known bug.
Back-patch to 9.5, where the aforementioned commit first appeared.
src/backend/main/main.c
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/selfuncs.c
src/backend/utils/init/postinit.c
src/include/utils/pg_locale.h