• Jens Axboe's avatar
    [PATCH] cdrom buffer too small · 5b878963
    Jens Axboe authored
    dvd_read_physical() uses a 20 char buffer to read in the dvd structure,
    however the size is really 4 bytes header + 17 bytes body so layer->bca
    ends up containing garbage. Kudos to the nice folks who made it a non
    multiple of 4 bytes.
    5b878963
cdrom.c 77 KB