salvepilo commited on
Commit
b7becf2
·
verified ·
1 Parent(s): fb05c3a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Integer Overflow in ggml_row_size() Bypassing All GGUF Validation
2
+
3
+ PoC for integer overflow in llama.cpp tensor size calculation.
4
+
5
+ ## Files
6
+ - `poc_tensor_overflow.gguf` - Crafted GGUF model
7
+ - `poc_tensor_overflow.py` - Generator script
8
+ - `test_tensor_overflow.c` - C test harness
9
+
10
+ ## Disclaimer
11
+ For security research and responsible disclosure only.