free() should permit 0 as valid argument
ID0000338: This issue was created automatically from Mantis Issue 338. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0000338 | Frama-C | Plug-in > jessie | public | 2009-11-22 | 2014-02-12 |
Reporter | yegor | Assigned To | cmarche | Resolution | fixed |
Priority | normal | Severity | minor | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C Beryllium-20090902 | Target Version | - | Fixed in Version | Frama-C Boron-20100401 |
Description :
Jessie seems to want to ensure that free() gets valid pointer as an argument.
But iso9899-c99 permits argument to be null, so it should be permitted by Jessie also.