Skip to content

Common (Lua): addresses AI's feedback

cbc84fd
Select commit
Loading
Failed to load commit list.
Merged

Release v2.64.2 #2375

Common (Lua): addresses AI's feedback
cbc84fd
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 5, 2026 in 0s

1 new issue (0 max.) of at least severity.

Annotations

Check failure on line 12 in src/common/impl/lua.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/common/impl/lua.c#L12

Does not handle strings that are not \0-terminated; if given one it may perform an over-read (it could cause a crash if unprotected) (CWE-126).