Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top