pgAdmin III commit: Fix a segfault on property dialog for the index

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix a segfault on property dialog for the index
Date: 2011-04-28 20:22:17
Message-ID: 201104282022.p3SKMHpj046590@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a segfault on property dialog for the index

We tried to access an item in an empty array.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=93884559ece6506ae9b47927fdd490d0bc9cdbef
Author: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
pgadmin/dlg/dlgIndex.cpp | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-04-28 20:23:18 Re: Segfault on property dialog for the index.
Previous Message Ashesh Vashi 2011-04-28 14:44:36 Segfault on property dialog for the index.