Prechádzať zdrojové kódy

xts_archive: Ensure NAX's type member is always initialized

Ensures that the member always has a deterministic value.
Lioncash 8 rokov pred
rodič
commit
f272261c21
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/core/file_sys/xts_archive.h

+ 1 - 1
src/core/file_sys/xts_archive.h

@@ -60,7 +60,7 @@ private:
 
     VirtualFile file;
     Loader::ResultStatus status;
-    NAXContentType type;
+    NAXContentType type{};
 
     VirtualFile dec_file;