Re: leak in libpq, getpwuid - Mailing list pgsql-general

From Tom Lane
Subject Re: leak in libpq, getpwuid
Date
Msg-id 9261.1234979226@sss.pgh.pa.us
Whole thread Raw
In response to Re: leak in libpq, getpwuid  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Responses Re: leak in libpq, getpwuid  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
List pgsql-general
=?UTF-8?Q?Grzegorz_Ja=C5=9Bkiewicz?= <gryzman@gmail.com> writes:
> same thing on debian, well - almost:

> ==8261==    at 0x4023D6E: malloc (vg_replace_malloc.c:207)
> ==8261==    by 0x43B1930: (within /lib/i686/cmov/libc-2.7.so)
> ==8261==    by 0x43B222B: __nss_database_lookup (in /lib/i686/cmov/libc-2.7.so)
> ==8261==    by 0x6C98F5B: ???
> ==8261==    by 0x6C9B0B4: ???
> ==8261==    by 0x4358ED1: getpwuid_r (in /lib/i686/cmov/libc-2.7.so)
> ==8261==    by 0x417ED3D: (within /usr/lib/libpq.so.5.1)
> ==8261==    by 0x416A7A8: (within /usr/lib/libpq.so.5.1)
> ==8261==    by 0x416E5CA: (within /usr/lib/libpq.so.5.1)
> ==8261==    by 0x416E709: (within /usr/lib/libpq.so.5.1)
> ==8261==    by 0x416EA4E: PQconnectStart (in /usr/lib/libpq.so.5.1)
> ==8261==    by 0x416EAA1: PQconnectdb (in /usr/lib/libpq.so.5.1)

[ shrug... ]  You're bugging the wrong people about this.  A leak
inside getpwuid_r is a glibc bug, not our bug.

            regards, tom lane

pgsql-general by date:

Previous
From: Glyn Astill
Date:
Subject: Re: Query palns and tug-of-war with enable_sort
Next
From: Joey Morris
Date:
Subject: Re: connecting using libpq breaks printf