Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
185 stars 34 forks source link

MPEG: Fix subtraction by zero panic regression #192

Closed Serial-ATA closed 1 year ago

Serial-ATA commented 1 year ago

Caught by mpegfile_read_from fuzz target, in the event that the extended header has a size >= the total tag size.

The regression was introduced in https://github.com/Serial-ATA/lofty-rs/commit/080742d392bfa05ba0ed5d4a291a9ae4ca6463ca.