| license: mit | |
| # GGUF Null-Byte Key Confusion PoC | |
| Security research PoC file for huntr MFV submission. | |
| This GGUF file contains two KV entries whose keys differ only after an embedded null | |
| byte. Demonstrates inconsistent string comparison (std::string vs strcmp) enabling | |
| KV value shadowing. | |
| **Do not load this file in a production environment.** | |