-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: Mission Control Core
-
None
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JMC-6709 | 7.1.1 | Henrik Dafgård | P4 | Resolved | Fixed |
If a recording gets written incorrectly we might end up with a situation where the parser attempts to allocate a massive Object[], possibly causing a OoM. This could be alleviated by checking whether or not the size of an allocation is larger than the chunk size, and if so aborting the parsing process.