Use of uninitialized variable in dcraw_common.cpp
When LIBRAW_LIBRARY_BUILD is defined, the function smal_decode_segment() uses the uninitialized variable "row" in the latest 14.4 release, and in github.
The misuse of the uninitialized variable is at line 3094 in the 14.4 version, or line 3101 in the current code on github.
Recent comments