Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c)

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c)
Date: 2022-02-17 12:59:10
Message-ID: CAEudQApN1JKWtNo5SEPg-hdi=q9H+iLSqhBXgQX+HGu=sUoJAg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em qui., 17 de fev. de 2022 às 09:52, Daniel Gustafsson <daniel(at)yesql(dot)se>
escreveu:

> > On 17 Feb 2022, at 13:19, Ranier Vilela <ranier(dot)vf(at)gmail(dot)com> wrote:
>
> > 1. One #ifdef with a mistake, the correct is _WIN32 and not WIN32.
>
> Can you elaborate on this, we are using WIN32 pretty extensively in the
> code:
>
> $ git grep "if[n]\{0,1\}def WIN32$"|wc -l
> 511
> $ git grep "if[n]\{0,1\}def _WIN32$"|wc -l
> 2
>
> The _WIN32 cases are in the same ECPG testcase.
>
> Why would _WIN32 be correct in this case?
>
Sorry, my fault.

I only use _WIN32 and I jumped to conclusions very quickly.

regards,
Ranier Vilela

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-02-17 13:17:02 Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c)
Previous Message Daniel Gustafsson 2022-02-17 12:48:12 Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c)