# HG changeset patch # User charles # Date 1218581423 -3600 # Node ID 6be2f583c158f657791af71bd140d29a15bf53af # Parent b1f3b3c7e308e58184fbf5af753ec1932745b61e Ensure variable is sane diff --git a/yaffs_tagscompat.c b/yaffs_tagscompat.c --- a/yaffs_tagscompat.c +++ b/yaffs_tagscompat.c @@ -439,7 +439,7 @@ int yaffs_TagsCompatabilityReadChunkWith yaffs_Spare spare; yaffs_Tags tags; - yaffs_ECCResult eccResult; + yaffs_ECCResult eccResult = YAFFS_ECC_RESULT_UNKNOWN; static yaffs_Spare spareFF; static int init = 0;