cvs commit: src/lib/libc/posix1e acl_delete_entry.c

Jacques Vidrine nectar at FreeBSD.org
Tue Jan 6 10:43:32 PST 2004


nectar      2004/01/06 10:43:31 PST

  FreeBSD src repository

  Modified files:
    lib/libc/posix1e     acl_delete_entry.c 
  Log:
  Avoid undefined behavior:
    foo[i] = bar[++i];  /* Which operator [] will be evaluated first? */
  
  Revision  Changes    Path
  1.6       +2 -2      src/lib/libc/posix1e/acl_delete_entry.c


More information about the cvs-all mailing list