get platform entry encoded n (first byte for input data of OSS fuzz)
| 394 | |
| 395 | // get platform entry encoded n (first byte for input data of OSS fuzz) |
| 396 | unsigned int get_platform_entry(uint8_t n) { |
| 397 | return n % platform_len(); |
| 398 | } |
| 399 | |
| 400 | // get cstoolname from encoded n (first byte for input data of OSS fuzz) |
| 401 | const char *get_platform_cstoolname(uint8_t n) { |
no test coverage detected
searching dependent graphs…