[
https://issues.apache.org/jira/browse/DAFFODIL-2942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olabusayo Kilo resolved DAFFODIL-2942.
--------------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Fixed in ba465e3aca286a0b0b76efebdbf26c3b0219ee6e
> Missing return after PE for Out of Range Binary Integers
> --------------------------------------------------------
>
> Key: DAFFODIL-2942
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2942
> Project: Daffodil
> Issue Type: Bug
> Components: Back End
> Affects Versions: 3.9.0
> Reporter: Olabusayo Kilo
> Assignee: Olabusayo Kilo
> Priority: Major
> Fix For: 4.0.0
>
>
> We check that the bit length is less than or equal to the specified type
> width, and if it's not, we do a Parse Error, but we don't return which means
> we end up doing extra unnecessary work to parse a number that is too big and
> then just ignore it. We need to add the return.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)