get cstoolname from encoded n (first byte for input data of OSS fuzz)
| 399 | |
| 400 | // get cstoolname from encoded n (first byte for input data of OSS fuzz) |
| 401 | const char *get_platform_cstoolname(uint8_t n) { |
| 402 | return platforms[get_platform_entry(n)].cstoolname; |
| 403 | } |
| 404 |
no test coverage detected
searching dependent graphs…