diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-08-30 20:03:28 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-08-31 15:18:43 +0300 |
commit | 1c877bd8684d8e7743310d0b124ce0f9bf3aee79 (patch) | |
tree | 1bf52a19389081bf36c54651d11818de7f94b033 /include | |
parent | 88009711be33903672e45b89cf5c9d3fc5761724 (diff) |
android: generic_camera_buffer: Fix bufferLength_ initialization
The bufferLength_ member variabled is checked to have a positive value
before being used, to catch usage before the variable is set. The
variable is initialized to zero at construction time, which renders the
checks useless.
Fix this by initializing the variable to -1 at construction time.
Fixes: c5e2ed7806be ("android: camera_buffer: Map buffer in the first plane() call")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions