BUG #18890: /src/timezone/localtime.c condition always false

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: dan-eli(at)mail(dot)ru
Subject: BUG #18890: /src/timezone/localtime.c condition always false
Date: 2025-04-10 16:44:55
Message-ID: 18890-ef0514797325c193@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18890
Logged by: Daniel Elishakov
Email address: dan-eli(at)mail(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2025-04-10 16:47:44 BUG #18891: /src/include/lib/simplehash.h possible palloc0 problems
Previous Message PG Bug reporting form 2025-04-10 16:41:51 BUG #18889: /src/backend/utils/adt/network.c condition is always false