gluon-packages/admin/autoupdater/src
Tobias Schramm 3566cabef5
autoupdater: add safe allocation functions
safe_malloc() and safe_realloc() are wrappers around malloc() and realloc()
than abort the process if the memory allocation fails.

Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
[Matthias Schiffer: add safe_realloc()]
2018-02-22 02:39:47 +01:00
..
CMakeLists.txt autoupdater: new implementation 2018-01-13 00:22:27 +01:00
autoupdater.c autoupdater: new implementation 2018-01-13 00:22:27 +01:00
hexutil.c autoupdater: new implementation 2018-01-13 00:22:27 +01:00
hexutil.h autoupdater: new implementation 2018-01-13 00:22:27 +01:00
manifest.c autoupdater: new implementation 2018-01-13 00:22:27 +01:00
manifest.h autoupdater: new implementation 2018-01-13 00:22:27 +01:00
settings.c autoupdater: Check if allocation of uci contect was successfull 2018-02-22 02:27:57 +01:00
settings.h autoupdater: new implementation 2018-01-13 00:22:27 +01:00
uclient.c autoupdater: uclient: fix nullpointer dereference on invalid URL (#183) 2018-02-19 17:10:44 +01:00
uclient.h autoupdater: new implementation 2018-01-13 00:22:27 +01:00
util.c autoupdater: add safe allocation functions 2018-02-22 02:39:47 +01:00
util.h autoupdater: add safe allocation functions 2018-02-22 02:39:47 +01:00
version.c autoupdater: new implementation 2018-01-13 00:22:27 +01:00
version.h autoupdater: new implementation 2018-01-13 00:22:27 +01:00