문제

According to documentation, "On success, zero is returned" but none of the functions mentioned return 0. They are all returning const char * or void. Can someone please clarify in which case 0 will be returned?

도움이 되었습니까?

해결책

After asking this question on selinux official mailing list, it is a bug and they will fix it. context_new actually assigns memory block

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top