Skip to content

WIP:Resurrect dead code in test_channelpadding.c

A for-loop in test_channelpadding_timers() would never run because it was trying to increment a counter up to CHANNELS_TO_TEST/3 after an earlier block already incremented it to CHANNELS_TO_TEST/2.

Fixes #22221, CID 1405983.

Merge request reports

Loading