CD_MAX_TRACK
if (e->track > CD_MAX_TRACK) {
static struct cd_toc_entry toc_buffer[CD_MAX_TRACK + 1];
assert(i <= CD_MAX_TRACK);