diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-05-10 18:54:55 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2017-07-06 14:48:03 +1000 |
commit | bcc9c417ae989ffda193083807142171c7a0190f (patch) | |
tree | 8850f30c114e01225c5eb03a253a7c92130b90fd /lib/libalpm/po/hr.po | |
parent | c44c649a5280189ea28a54b82e60fc38279fed23 (diff) |
alpm_list: abort on memory allocation failure
This makes it possible to detect a failure in several alpm_list
functions. Previously these functions would continue after a failure,
returning partial results and potentially leaking memory.
Unfortunately, NULL is a valid return value for the affected functions
if the input list is empty, so they still do not have a dedicated error
value. Callers can at least detect an error by checking if the input
list was empty.
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/po/hr.po')
0 files changed, 0 insertions, 0 deletions