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

Reply via email to