Files
zoneminder/src/zm_remote_camera_http.cpp
Isaac Connor 11a09d5ef9 fix: correct inet_ntop buffer size in RemoteCameraHttp
Buffer was sized for binary in6_addr (16 bytes) but inet_ntop needs
space for string representation (INET6_ADDRSTRLEN = 46 bytes).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 17:41:37 -05:00

40 KiB