Is this EPERM intended ? If yes, there should be a comment.

lib/unlink.c (rpl_unlink):
          /* Trailing NUL will overwrite the trailing slash.  */
          char *short_name = malloc (len);
          if (!short_name)
            {
              errno = EPERM;
              return -1;
            }

Regards, Tim

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to