Re: BUG #17277: write past chunk when calling normalize() on an empty string - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #17277: write past chunk when calling normalize() on an empty string
Date
Msg-id YY5jh1lgQdh0+FIK@paquier.xyz
Whole thread Raw
In response to Re: BUG #17277: write past chunk when calling normalize() on an empty string  (Michael Paquier <michael@paquier.xyz>)
List pgsql-bugs
On Wed, Nov 10, 2021 at 03:33:29PM +0900, Michael Paquier wrote:
> That feels more natural this way.  Still, I can see some perl modules
> that would return false for such a case, by the way.  The
> normalization docs don't seem to mention that directly, except for the
> stream-safe text format:
> https://www.unicode.org/faq/normalization.html
> https://unicode.org/reports/tr15/tr15-51.html

I have expanded the tests, and fixed this one as of 098c1345.  Thanks
for the report, Matthijs!
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: Sandeep Thakkar
Date:
Subject: Re: Tenable Report Issue even after upgrading to correct Postgres version
Next
From: Michael Paquier
Date:
Subject: Re: BUG #17280: global-buffer-overflow on select from pg_stat_slru