From: | Alexander Kuznetsov <kuznetsovam(at)altlinux(dot)org> |
---|---|
To: | Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Cc: | nickel(at)altlinux(dot)org, egori(at)altlinux(dot)org |
Subject: | Re: Detect buffer underflow in get_th() |
Date: | 2024-12-13 08:57:18 |
Message-ID: | 0211f6ab-efc0-43c9-9765-bf40b592c1fa@altlinux.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello, ping?
24.09.2024 17:52, Alexander Kuznetsov wrote:
> Hello,
>
> is there anything else we can help with or discuss in order to apply this fix?
>
> 24.07.2024 18:53, Alexander Kuznetsov пишет:
>>
>> 24.07.2024 18:39, Peter Eisentraut wrote:
>>> If it can't happen in practice, maybe an assertion would be enough?
>>>
>>
>> In practice, the function should not receive non-numeric strings either; however, since there is an exception in place for such cases, I thought it would be good to add a check for zero-length input in a similar manner.
>>
>> But of course it's open for discussion and team decision whether this should be addressed as an assertion or handled differently.
>>
>
--
Best regards,
Alexander Kuznetsov
From | Date | Subject | |
---|---|---|---|
Next Message | vignesh C | 2024-12-13 09:09:28 | Re: Adding a '--two-phase' option to 'pg_createsubscriber' utility. |
Previous Message | Alexander Kuznetsov | 2024-12-13 08:54:35 | Re: [PATCH] Check for TupleTableSlot nullness before dereferencing |