b72845ee55
In vpbe_enum_outputs() we check if (temp_index >= cfg->num_outputs) but
the problem is that "temp_index" can be negative. This patch changes
the types to unsigned to address this array underflow bug.
Fixes:
|
||
---|---|---|
.. | ||
ccdc_types.h | ||
dm355_ccdc.h | ||
dm644x_ccdc.h | ||
isif.h | ||
vpbe.h | ||
vpbe_display.h | ||
vpbe_osd.h | ||
vpbe_types.h | ||
vpbe_venc.h | ||
vpfe_capture.h | ||
vpfe_types.h | ||
vpif_types.h | ||
vpss.h |