chiark / gitweb /
acl-util: various smaller fixes to parse_acl()
authorLennart Poettering <lennart@poettering.net>
Wed, 17 Jun 2015 20:08:21 +0000 (22:08 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:03:48 +0000 (10:03 +0100)
commit6d7ac6a0404acb4908688b78bca6f39f76d54bb4
tree6e0744f2465421848ceab57dae251257ddbe6dc8
parent50a96c06b50537a9ef00837c09dbc0cafe8d8809
acl-util: various smaller fixes to parse_acl()

- Make string parameter const

- Don't log some OOM errors, but not others

- Don't eat up errors generated by acl_from_text()

- Make sure check for success of every single strv_push() call
src/shared/acl-util.c
src/shared/acl-util.h