Re: BUG #18925: Heap-buffer-overflow: pglz_compress with pglz_stategy_always - Mailing list pgsql-bugs

From Daniel Gustafsson
Subject Re: BUG #18925: Heap-buffer-overflow: pglz_compress with pglz_stategy_always
Date
Msg-id CA3905AE-1AC0-42FF-937E-7E4895DB163F@yesql.se
Whole thread Raw
In response to Re: BUG #18925: Heap-buffer-overflow: pglz_compress with pglz_stategy_always  (Dilip Kumar <dilipbalaut@gmail.com>)
List pgsql-bugs
> On 13 May 2025, at 10:22, Dilip Kumar <dilipbalaut@gmail.com> wrote:
> On Tue, May 13, 2025 at 7:34 PM PG Bug reporting form
> <noreply@postgresql.org> wrote:

>> Although pglz_compress is not used with pglz_stategy_always.
>> It might be useful in future

> Do you have a reproducible test case or steps to hit this issue?

The way I read it there is now way to reproduce this as the codepath used in
the fuzzer ins't present in postgres (PGLZ_strategy_always is not used by any
callsite).

Whether or not there is a bug in the compression code, or PGLZ_strategy_always
being incorrectly defined, or none of the above, remains to be seen.

--
Daniel Gustafsson




pgsql-bugs by date:

Previous
From: Jackie Li
Date:
Subject: Re: BUG #18928: postgres_fdw search_path not reset causing pgbouncer pool_mode=transaction using the wrong schema
Next
From: "David G. Johnston"
Date:
Subject: Re: pg16 ALTER ROLE [NO]INHERIT has no effect on existing grants