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
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
In calibration_create_from_raw() in src/calibration/calibration.c the check of the length of the raw calibration is 1 byte too short, since the strnlen() can return raw_calibration_size
The text was updated successfully, but these errors were encountered:
In
calibration_create_from_raw()
insrc/calibration/calibration.c
the check of the length of the raw calibration is 1 byte too short, since thestrnlen()
can returnraw_calibration_size
The text was updated successfully, but these errors were encountered: