You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fr_camera_create doesn't check arg2 before calling LG_memcpy with it as a source. Some invocations of fr_camera_create call with arg2 as NULL, leading to a null-pointer deref.
Found while running the code under valgrind.
The text was updated successfully, but these errors were encountered:
fr_camera_create doesn't check arg2 before calling LG_memcpy with it as a source. Some invocations of fr_camera_create call with arg2 as NULL, leading to a null-pointer deref.
Found while running the code under valgrind.
The text was updated successfully, but these errors were encountered: