[8u60] Request for review: RT-38022: AIFF player fails to exit
Kirill Kirichenko
kirill.kirichenko at oracle.com
Tue Apr 14 15:50:51 UTC 2015
Hi Alexander.
Could you please review this fix for aiffparser.c.
When ignoring a chunk of unknown nature the size of the chunk can be of
MAX_UINT value so flush size is overflown and resets to 0. Upper in the
callstack we control the offset such that there is no buffer overflow.
So this is int math problem only. offset is 64 bit already.
webrev: http://cr.openjdk.java.net/~stayer/RT-38022/
jira: https://javafx-jira.kenai.com/browse/RT-38022
More information about the openjfx-dev
mailing list