]> sourceware.org Git - newlib-cygwin.git/commit
Add attributes to malloc-like functions
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 28 Sep 2018 09:12:48 +0000 (11:12 +0200)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 10 Oct 2018 05:40:06 +0000 (07:40 +0200)
commit201bbec6e4266ad95e78c1d88e86c233140435ea
treebd0c220b8596accb9780dcfcd665d2468de6ce96
parentb6ba19e355986d0d940520ce361edc70f7fcd8be
Add attributes to malloc-like functions

These attributes help static analysis tools to produce less false
positives, e.g. double free warnings.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
newlib/libc/include/stdio.h
newlib/libc/include/stdlib.h
newlib/libc/include/string.h
newlib/libc/include/wchar.h
This page took 0.030151 seconds and 5 git commands to generate.