mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
libFLAC: Remove un-needed assert
This asset was firing when the build was configured with --enable-debug and the flac executable was then run under American Fuzzy Lop. Removing the assert did not cause any other problems, even under AFL.
This commit is contained in:
@@ -567,7 +567,6 @@ FLAC_API FLAC__StreamMetadata *FLAC__metadata_object_clone(const FLAC__StreamMet
|
||||
return 0;
|
||||
}
|
||||
if(object->data.vorbis_comment.num_comments == 0) {
|
||||
FLAC__ASSERT(0 == object->data.vorbis_comment.comments);
|
||||
to->data.vorbis_comment.comments = 0;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user