Re: BUG #17277: write past chunk when calling normalize() on an empty string

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: postgresql(at)zr40(dot)nl, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17277: write past chunk when calling normalize() on an empty string
Date: 2021-11-12 12:52:23
Message-ID: YY5jh1lgQdh0+FIK@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

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