Author: Ezio Zhang Date: To: yaffs Subject: [Yaffs] why variable tags_only in yaffs_summary_fetch not initializing?
i found a variable tags_only in yaffs_summary_fetch.it used without
initialize. and when it calls yaffs_unpack_tags2_tags_only , this variable
uses its member variable to assign a value to the other variable. how this
works?does it never cause any problem?