Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SF #11 Caption is not checking for bounds of class and c2 correctly
This fixes some array bounds checks that were off by one in the xds_separator function in caption.c. If class == 4 or c2 == 24 then the xds_sub_packet "sp" would be set from memory outside the cc->sub_packet array. Closes Github issue #16
- Loading branch information