Sanitise unsafe functions, GNUC annotations
- Dec 03, 2015
-
-
annotated some functions where it doesn’t make sense if caller doesn’t check the result, and pure functions which may be used for common subexpression elimination and vectorization
-
- Nov 28, 2015
-
-
Marek Vavruša authored
getting next label of the last label returns invalid pointer which is almost always not what caller wants. new implementation returns null when “next of last label” is requested
-