cgroup_strerror_codes in src/api.c does not match to ECG* error enum defined in include/libcgroup/error.h
I have added one more error message to fill the gap between ECGMOUNTFAIL (50021 - Cgroup mounting failed) and ECGEOF (50023 - End of File or iterator) messages.
This may lead to returning invalid error message from cgroup_strerror()
or accessing out of archive boundary when cgroup_strerror is called with
code=ECGNONEMPTY.
Last edit: Alexander Galanin 2021-02-08