From f83e36a8bef6241940d5f8d75ca80e74dd461a6e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 17 Jul 2017 12:41:28 -0400 Subject: [PATCH] Static analysis fix (maybe?). --- src/physfs_lzmasdk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physfs_lzmasdk.h b/src/physfs_lzmasdk.h index d90ffc9..36c6934 100644 --- a/src/physfs_lzmasdk.h +++ b/src/physfs_lzmasdk.h @@ -2905,7 +2905,7 @@ static SRes SzReadAndDecodePackedStreams( CSzAr *p, ISzAlloc *allocTemp) { - UInt64 dataStartPos; + UInt64 dataStartPos = 0; UInt32 fo; CSubStreamInfo ssi;