Fix few clang analyzer warnings (#11185)
authorJan Vorlicek <janvorli@microsoft.com>
Wed, 26 Apr 2017 08:52:35 +0000 (01:52 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2017 08:52:35 +0000 (01:52 -0700)
commit3011ab330532cbd6f82da9b8ae5d1d28c324cc06
tree27b046510716ccd10d130d6c13b307fe25e0ba7f
parent6aa53459598387605133a2dc1954d6dfdf752b77
Fix few clang analyzer warnings (#11185)

This change fixes two issues reported by the clang analyzer. In both cases, uninitialized
variable value was used in an error code path.
src/pal/src/file/disk.cpp
src/pal/src/file/file.cpp