Revoke support for strxfrm() that write past the specified array length.
authorNoah Misch <[email protected]>
Thu, 9 Jul 2015 00:44:21 +0000 (20:44 -0400)
committerNoah Misch <[email protected]>
Thu, 9 Jul 2015 00:44:21 +0000 (20:44 -0400)
commitbe8b06c364db315258fb074e9bfbf5db04ab2c5f
tree0d206340e0d5572d34602aa39ef05c097e531c80
parentb28244abe58382be980d9b9577276c0700dd2cbc
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