Fix issues reported by PREfast static analysis tool (dotnet/coreclr#24577)
authorJan Kotas <jkotas@microsoft.com>
Wed, 15 May 2019 02:07:53 +0000 (19:07 -0700)
committerGitHub <noreply@github.com>
Wed, 15 May 2019 02:07:53 +0000 (19:07 -0700)
commit17160e1182686753bea15b20ca8d05521ab43cfe
treea47c25928f484a5af0c7f657aa36478d0cc70e59
parent5f270b958e66a2036b28914709e2f4c5e4775695
Fix issues reported by PREfast static analysis tool (dotnet/coreclr#24577)

Commit migrated from https://github.com/dotnet/coreclr/commit/718598334310f6ad331ba2893ee4557beffaa74c
21 files changed:
src/coreclr/src/binder/applicationcontext.cpp
src/coreclr/src/binder/clrprivbinderassemblyloadcontext.cpp
src/coreclr/src/binder/inc/applicationcontext.hpp
src/coreclr/src/binder/inc/assemblyidentity.hpp
src/coreclr/src/binder/inc/fusionassemblyname.hpp
src/coreclr/src/binder/inc/stringlexer.inl
src/coreclr/src/classlibnative/bcltype/arraynative.cpp
src/coreclr/src/debug/ildbsymlib/symwrite.cpp
src/coreclr/src/gc/env/gcenv.os.h
src/coreclr/src/gc/env/gcenv.unix.inl
src/coreclr/src/gc/env/gcenv.windows.inl
src/coreclr/src/gc/gc.cpp
src/coreclr/src/gc/handletablecore.cpp
src/coreclr/src/gc/softwarewritewatch.h
src/coreclr/src/gcinfo/gcinfoencoder.cpp
src/coreclr/src/inc/metadatatracker.h
src/coreclr/src/inc/utilcode.h
src/coreclr/src/vm/classcompat.cpp
src/coreclr/src/vm/method.hpp
src/coreclr/src/vm/methodtablebuilder.cpp
src/coreclr/src/zap/zapimage.cpp