salvepilo commited on
Commit
5361c92
·
verified ·
1 Parent(s): 243748f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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.