pgAdmin 4 commit: Avoid a crash in the runtime if there are spaces in t

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Avoid a crash in the runtime if there are spaces in t
Date: 2018-04-11 12:34:25
Message-ID: E1f6ExF-0006XE-EG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Avoid a crash in the runtime if there are spaces in the users username. Fixes #3227

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8232f26882bf049b541627a0971e32f04f4b83ae
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
runtime/pgAdmin4.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-04-11 12:36:40 Re: [pgAdmin4][patch]: RM #3227 pgadmin4 crashed on Windows If admin user name contains spaces
Previous Message Akshay Joshi 2018-04-11 12:20:45 [pgAdmin4][patch]: RM #3227 pgadmin4 crashed on Windows If admin user name contains spaces