Skip to content

divide-by-zero #92

Closed
Closed
@MegaManSec

Description

Hi,

In aiff.c, in the aiff_rewrite_header, a divide-by-zero may occur resulting in a crash.

1119 psf_fwrite (psf->header, psf->headindex, 1, psf) ;

If all of the previous 'k = [...]'s fail, headindex will be 0, and psf_fwrite uses it as a division.

Thanks,

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions