Re: [PATCH] Fix small overread during SASLprep
Jacob Champion <jacob.champion@enterprisedb.com>
From: Jacob Champion <jacob.champion@enterprisedb.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-09-09T18:41:11Z
Lists: pgsql-hackers
On Mon, Sep 9, 2024 at 11:30 AM Daniel Gustafsson <daniel@yesql.se> wrote: > Just to make sure I understand, this is for guarding against overreads in > validation of strings containing torn MB characters? Right. Our SASLprep code doesn't require/enforce UTF8-encoded inputs. > Assuming I didn't > misunderstand you this patch seems correct to me. Thanks for the review! --Jacob
Commits
-
Protect against small overread in SASLprep validation
- 3bb339fa2c9f 14.21 landed
- ff1d5810e907 15.16 landed
- 46aaec4c0e6d 16.12 landed
- 5d61bdd11448 17.8 landed
- 390b3cbbb2af 18.0 landed