Addition that may overflow passes verification
ID0000539: This issue was created automatically from Mantis Issue 539. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0000539 | Frama-C | Plug-in > jessie | public | 2010-07-09 | 2010-09-29 |
Reporter | boris | Assigned To | cmarche | Resolution | no change required |
Priority | normal | Severity | major | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C Boron-20100401 | Target Version | - | Fixed in Version | - |
Description :
This line passes in the binary search example:
mid = (low + high) / 2;