rip.nsk created ORC-273:
---------------------------
Summary: Bad memory access in TypeImpl::parseType
Key: ORC-273
URL: https://issues.apache.org/jira/browse/ORC-273
Project: ORC
Issue Type: Bug
Reporter: rip.nsk
Attachments: 010-TypeImpl.patch
TypeImpl::parseType can access bad memory (types[nextPos]) for some inputs (for
example "map<boolean,float>"), due to missed range checks (nextPos <
types.size()).
immediate fix for example is attached, but not all possible cases are covered..
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)