| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Tab characters replaced with spaces code run through clang-format-13 commented code also run through clang-format | 5 年前 | |
Avoid usage of stat | 2 年前 | |
Fix out of scope usage of fsrc pointer in opl2iso.c (#1683) * Fix out of scope usage of fsrc pointer in opl2iso.c I tried to compile this tools and that leaded to compile time error with msg pointed to fsrc var. I found that it is used out of its declaration scope(for loop), so I think this is the intended usage. After processing each file in loop file handler should be closed. * Remove blank line in opl2iso.c Remove unnecessary blank line before fclose call. | 6 个月前 | |
fixing modes | 9 年前 | |
Fix OoB checks in ZSO + Updated Python ZSO script (#1209) * fixed ziso_total_block calculation * adjust oob reads * fix python script * clang format * cleanup ziso script | 2 年前 |