Re: sepgsql: label regression test failed

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Sergey Muraviov <sergey(dot)k(dot)muraviov(at)gmail(dot)com>, Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: sepgsql: label regression test failed
Date: 2014-05-16 07:26:01
Message-ID: 5375BD89.7070006@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 05/14/2014 07:33 AM, Sergey Muraviov wrote:
> I've got this compiler warning:
> relation.c: In function ‘sepgsql_relation_drop’:
> relation.c:472:25: warning: ‘tclass’ may be used uninitialized in this
> function [-Wmaybe-uninitialized]
> sepgsql_avc_check_perms(&object,
> ^

KaiGei, could you take a look at this warning, too? It looks like a
genuine bug to me, but I'm not sure what we should do there instead.

- Heikki

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-05-16 07:52:32 Buffer manager scalability and correlated reference period
Previous Message Craig Ringer 2014-05-16 05:55:50 Re: Trigger concurrent execution