Files
zoneminder/src
Isaac Connor b76a7c9640 fix: add null checks for y_image before dereferencing in Analyse
When analysis_image is set to ANALYSISIMAGE_YCHANNEL but in_frame is
not populated (e.g., LocalCamera which captures directly to image),
get_y_image() returns nullptr. The code was dereferencing this null
pointer in DetectMotion and Blend calls, causing a segfault.

Now checks if y_image is valid before use and skips the operation
with a debug message if unavailable.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 14:29:04 -05:00
..
2026-01-29 18:50:42 -05:00
2026-01-27 09:00:01 -05:00
2026-01-29 17:30:43 -05:00