Adrien Destugues 938c41a1aa cdda: fix possible buffer overrun
If the requested read was more than 32 frames, and reading them all at
once failed, we would try to read by chunk of 8 frames. But if the
original frame count was not a multiple of 8 we would not adjust the
count for the last read.

Unfortunately I could still panic the system after fixing this, so it is
not *the* cdda bug.
2014-11-12 16:22:48 +01:00
..
2014-11-12 16:22:48 +01:00
2014-11-12 11:25:41 +01:00
2014-11-06 18:32:23 +01:00