llama.cpp releases · · 1 min read

b9917: fix: OOB reads in UGM tokenizer (precompiled_charsmap handling) (#18750)

Mirrored from llama.cpp releases for archival readability. Support the source by reading on the original site.

  • fix: OOB reads in UGM tokenizer (precompiled_charsmap handling)
  • Validate minimum size (4 bytes) before reading xcda_blob_size
  • Use strnlen with bounds check instead of unsafe strlen

Both issues allow heap-buffer-overflow from malicious T5/UGM GGUF files.

  • Replace unsafe strnlen() with a bounds-checked loop that scans for \0 within the remaining array size.

  • move bounds checks to load

  • typo merge fix


Co-authored-by: hourhl [email protected]
Co-authored-by: Sigbjørn Skjæret [email protected]

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from llama.cpp releases