Re: glibc qsort() vulnerability - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: glibc qsort() vulnerability
Date
Msg-id amzA4luAZVEd1_f8@nathan
Whole thread
In response to Re: glibc qsort() vulnerability  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
On Fri, Jul 24, 2026 at 04:01:13PM -0400, Nathan Bossart wrote:
> On Fri, Jul 24, 2026 at 06:12:03PM +0300, Хамидуллин Рустам wrote:
>> It breaks the database vacuuming order. The order should clearly be different here. 
>> This bug was introduced in PostgreSQL 17. I have attached а fix. 
> 
> Oops, I think you're right.  Thanks for reporting.  I'll plan on committing
> this sometime next week.

Committed.

-- 
nathan



pgsql-hackers by date:

Previous
From: Rui Zhao
Date:
Subject: Re: Wrong results: NOT IN to anti-join with an upper-level Var in the sub-select's output
Next
From: Jeff Davis
Date:
Subject: Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc.