pgAdmin 4 commit: Avoid a crash in the runtime if there are spaces int - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Avoid a crash in the runtime if there are spaces int
Date
Msg-id E1f6ExF-0006XE-EG@gothos.postgresql.org
Whole thread Raw
List 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.joshi@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: [pgAdmin4][patch]: RM #3227 pgadmin4 crashed on Windows If admin username contains spaces
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][patch]: RM #3227 pgadmin4 crashed on Windows If adminuser name contains spaces