[
https://issues.apache.org/jira/browse/THRIFT-4323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James E. King, III closed THRIFT-4323.
--------------------------------------
> range check errors or NPE in edge cases
> ---------------------------------------
>
> Key: THRIFT-4323
> URL: https://issues.apache.org/jira/browse/THRIFT-4323
> Project: Thrift
> Issue Type: Bug
> Components: Delphi - Library
> Reporter: Jens Geyer
> Assignee: Jens Geyer
> Fix For: 0.11.0
>
> Attachments:
> 0001-THRIFT-4323-range-check-errors-or-NPE-in-edge-cases.patch,
> 0001-Testcase-for-THRIFT-4323-range-check-errors-or-NPE-i.patch
>
>
> Under certain conditions it may happen that a buffer element at index 0 is
> passed to another function. The resulting pointer is never used (so this is
> not security relevant), but the Delphi runtime may throw an error
> nevertheless while trying to obtain the pointer to the non-existing element
> at index 0 to be passed as argument.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)