BUG #18890: /src/timezone/localtime.c condition always false - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #18890: /src/timezone/localtime.c condition always false
Date
Msg-id 18890-ef0514797325c193@postgresql.org
Whole thread Raw
Responses Re: BUG #18890: /src/timezone/localtime.c condition always false
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18890
Logged by:          Daniel Elishakov
Email address:      dan-eli@mail.ru
PostgreSQL version: 17.4
Operating system:   Ubuntu 20.04
Description:

On line 223 there is a check of string 'name' and in this case it is
initiallized and then is being checked for null once more with no reason.
The code becomes quite buggy.


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18889: /src/backend/utils/adt/network.c condition is always false
Next
From: PG Bug reporting form
Date:
Subject: BUG #18891: /src/include/lib/simplehash.h possible palloc0 problems