llama.cpp
92c0b387
- grammar : fix integer overflow (#17381)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
42 days ago
grammar : fix integer overflow (#17381) * Fix DoS / integer overflow * Remove optional, use INT64_MAX instead as placeholder value (it's technically -1, so it fits :) * White space * Actually, since it's unsigned, use UINT64_MAX
References
#17381 - Fix DoS / integer overflow
Author
pwilkin
Parents
2286a360
Loading