From: Mark Wooding Date: Sat, 19 Mar 2022 14:08:43 +0000 (+0000) Subject: dvd-sector-copy.c: Use `bad_hi' consistently for the upper bound when done. X-Git-Url: https://git.distorted.org.uk/~mdw/dvdrip/commitdiff_plain/74f78bd74bf9db600cda6eabbf758e82a726b207?hp=74f78bd74bf9db600cda6eabbf758e82a726b207 dvd-sector-copy.c: Use `bad_hi' consistently for the upper bound when done. It's just conceivable that `good' is less than `bad_hi' at this point, which screws everything up. It's essential to pick a consistent upper bound here. ---