pgsql: Fix missing parentheses resulting in wrong order of dereference.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix missing parentheses resulting in wrong order of dereference.
Date: 2014-01-15 16:04:57
Message-ID: E1W3Sxd-00009I-D4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix missing parentheses resulting in wrong order of dereference.

This could result in referencing uninitialized memory.

Michael Paquier, in response to a complaint from Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d02c0ddb152978980ea17f9214c7ac734e4d6d8f

Modified Files
--------------
src/backend/access/heap/tuptoaster.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-01-15 16:05:22 Re: pgsql: Get rid of pg_class.reltoastidxid.
Previous Message Robert Haas 2014-01-15 15:51:18 pgsql: test_shm_mq: Fix checks for negative queue size.