]> git.sesse.net Git - vlc/commitdiff
Win32: stop stacktrace on nullpointer
authorHannes Domani <ssbssa@yahoo.de>
Mon, 11 Aug 2014 18:49:31 +0000 (20:49 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 11 Aug 2014 19:25:02 +0000 (21:25 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
bin/winvlc.c

index d44773da2542dcf0a752eca00266b2c05c475873..2de6482aa89fe2117b6e90958d19384d7abf9fec 100644 (file)
@@ -354,6 +354,8 @@ LONG WINAPI vlc_exception_filter(struct _EXCEPTION_POINTERS *lpExceptionInfo)
             if( !caller )
                 break;
             pBase = *pBase;
+            if( !pBase )
+                break;
         }
 
         HANDLE hpid = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ,