Re: Detect buffer underflow in get_th() - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Detect buffer underflow in get_th()
Date
Msg-id f9b9fdc7-4131-4722-ae6b-7ab4fc1f6ead@eisentraut.org
Whole thread Raw
In response to Re: Detect buffer underflow in get_th()  (Alexander Kuznetsov <kuznetsovam@altlinux.org>)
List pgsql-hackers
On 13.12.24 09:57, Alexander Kuznetsov wrote:
> 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.

After some further (internal) consultations, I have committed your fix 
as an assertion.  Thanks.




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: test_ddl_deparse: Rename test create_sequence_1
Next
From: Chao Li
Date:
Subject: Re: Raw parse tree is not dumped to log