[vlc-commits] NSIS: fix Unquoted Path issue on the uninstaller

Jean-Baptiste Kempf git at videolan.org
Mon Jul 18 06:01:45 CEST 2016


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 17 21:56:15 2016 +0200| [bdc56822a60c4bf9d876a8ffba61dda96e25e7df] | committer: Jean-Baptiste Kempf

NSIS: fix Unquoted Path issue on the uninstaller

Reported by Cyril Vallicari from Ug_0 Security

(cherry picked from commit 0d170a029610bcdf5de6e2eadf5357ce8f2c93b9)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=bdc56822a60c4bf9d876a8ffba61dda96e25e7df
---

 extras/package/win32/NSIS/vlc.win32.nsi.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/NSIS/vlc.win32.nsi.in b/extras/package/win32/NSIS/vlc.win32.nsi.in
index e9fbfa9..97d892b 100644
--- a/extras/package/win32/NSIS/vlc.win32.nsi.in
+++ b/extras/package/win32/NSIS/vlc.win32.nsi.in
@@ -822,7 +822,7 @@ Function RunUninstaller
   HideWindow
   ClearErrors
 
-  ExecWait '$R1 _?=$INSTDIR'
+  ExecWait '"$R1" _?=$INSTDIR'
 
   IfErrors no_remove_uninstaller
 



More information about the vlc-commits mailing list