diff options
Diffstat (limited to '3rdparty/expat/xmlwf/win32filemap.c')
-rw-r--r-- | 3rdparty/expat/xmlwf/win32filemap.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/3rdparty/expat/xmlwf/win32filemap.c b/3rdparty/expat/xmlwf/win32filemap.c index 0c9b7ecc5ff..a2db8eafc43 100644 --- a/3rdparty/expat/xmlwf/win32filemap.c +++ b/3rdparty/expat/xmlwf/win32filemap.c @@ -7,7 +7,10 @@ |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net> + Copyright (c) 2002 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> + Copyright (c) 2016-2022 Sebastian Pipping <sebastian@pipping.org> + Copyright (c) 2022 Martin Ettl <ettl.martin78@googlemail.com> Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining @@ -105,7 +108,7 @@ filemap(const TCHAR *name, static void win32perror(const TCHAR *s) { - LPVOID buf; + LPVOID buf = NULL; if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, NULL, GetLastError(), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR)&buf, 0, |