Skip to content
  • Erik de Castro Lopo's avatar
    metadata_object.c: Remove un-needed asserts · a70fcdd6
    Erik de Castro Lopo authored
    These asserts were being triggered by AFL (American Fuzzy Lop) and
    serve seemingly no useful purpose. The are only enabled in debug builds
    where they abort the program which is otherwise in a safe state.
    
    Removing these asserts will potentially allow AFL to turn up other
    problems elsewhere.
    a70fcdd6