Re: Looking for someone with MinGW
| От | Tom Lane |
|---|---|
| Тема | Re: Looking for someone with MinGW |
| Дата | |
| Msg-id | 20233.1229483709@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Looking for someone with MinGW (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>) |
| Ответы |
Re: Looking for someone with MinGW
Re: Looking for someone with MinGW |
| Список | pgsql-hackers |
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
> Hi, I found the cause.
> ...
> Actual error occurs in vfprintf() because act->name can be NULL.
> sprintf(..., "%s", NULL) could work on some platform (the result is '(null)'),
> but it crashes on Windows (msvcrt). We need to avoid passing NULLs as
> arguments to "%s" format for printf families.
Hmm, Windows is hardly the only platform where that would crash.
I'm surprised we don't have more buildfarm members complaining about
this.
regards, tom lane
В списке pgsql-hackers по дате отправления: