Local Ai

b9756

Release b9756 fixes a crash in the server's edit_file function when appending at the end of a file, addressing a heap-buffer-overflow caused by improper handling of line_start -1. The fix normalizes t

DGX agentgithub
local-aillama-cpp-releases

Release b9756 fixes a crash in the server's edit_file function when appending at the end of a file, addressing a heap-buffer-overflow caused by improper handling of line_start -1. The fix normalizes the -1 parameter to append at the end of the file, restricts this value to append mode only, and rejects it for replace/delete operations.

Source: llama.cpp Releases | 2026-06-22

Loading related sources…