Commit Graph

15 Commits

Author SHA1 Message Date
Lev Walkin 98eabc1c82 a pass over OER constraints 2017-08-02 13:32:18 -07:00
Markus Elfring f3d1861b94 Bug #86: Deletion of unnecessary checks before calls of the function "free"
The function "free" is documented in the way that no action shall occur for
a passed null pointer. It is therefore not needed that a function caller
repeats a corresponding check.
http://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first

This issue was fixed by using the software "Coccinelle 1.0.4".

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
2016-03-15 08:35:24 +01:00
Lev Walkin 3b2278aa35 fix overflow bug comparing ranges 2016-01-24 16:43:50 -08:00
Lev Walkin 1715b32c87 format and signedness mismatch fixes 2013-03-28 04:02:13 -07:00
Lev Walkin 4b55341c7b extensions of conditional native-typing to -fbless-SIZE constraints 2005-08-14 14:45:44 +00:00
Lev Walkin 88693e88ce overflow detection 2005-05-17 21:46:18 +00:00
Lev Walkin 1e448d3d33 Support for some CharsDefn 2005-03-24 14:26:38 +00:00
Lev Walkin 4efbfb7e55 portability fixes 2005-02-25 14:20:30 +00:00
Lev Walkin b8108ec5ad different type for the big integer 2004-09-29 13:17:17 +00:00
Lev Walkin 33c16ba733 PRIdASN instead of lld 2004-09-24 21:01:43 +00:00
Lev Walkin fd97d5ecac more logging 2004-09-15 11:45:44 +00:00
Lev Walkin d541c25aea more support for parametrized type; additional ANY support 2004-09-05 10:36:22 +00:00
Lev Walkin b74ac57b43 introducing less strict semantics 2004-08-25 02:05:28 +00:00
Lev Walkin 1ef0516f46 fixed constraint code 2004-08-25 00:42:25 +00:00
Lev Walkin b45e067b91 constraint groking code 2004-08-18 05:42:05 +00:00