Commit Graph

5 Commits

Author SHA1 Message Date
Liu Haoyi efc3ced31d
[HUST CSE][examples]Fix undefined behavior 'fclose(NULL)' (#7513) 2023-05-16 17:55:18 -04:00
chiehwarm b1415c4fc8
[HUST CSE] fix fgets_tc.c (#7503)
这个文件里存在使用fopen函数后没有关闭文件fclose的问题,而且stream=NULL时是不需要fclose的
2023-05-14 23:51:30 -04:00
Z-Xiaoyuan f5f5bc96f8 [examples]Fixed an issue where fclose was not used after using fopen 2023-04-29 00:56:50 -04:00
Chef003 06829534e1 [HUST CSE]fix closing the same file twice 2023-04-21 23:03:34 +01:00
xiangxistu b39210dea3
[add] posix testcase frame. (#6127) 2022-07-04 10:20:04 +08:00