Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Divide-by-Zero in GGUF Tensor Validation (SIGFPE on x86_64)
|
| 2 |
+
|
| 3 |
+
PoC for divide-by-zero UB in llama.cpp GGUF parser.
|
| 4 |
+
|
| 5 |
+
## Files
|
| 6 |
+
- `poc_divzero.gguf` - Crafted GGUF model (128 bytes)
|
| 7 |
+
- `poc_divzero.py` - Generator script
|
| 8 |
+
|
| 9 |
+
## Disclaimer
|
| 10 |
+
For security research and responsible disclosure only.
|