Jerry Morrow

Results 1 issues of Jerry Morrow

There are no guards on this line of code. If `fx_media_opened_file_count` happens to be 0, it will become -1 (0xFFFF FFFF) https://github.com/eclipse-threadx/filex/blob/9023227ba4cf4e12d010daed121f5148b80403d9/common/src/fx_file_close.c#L136 In many functions, we have this common sequence...

bug