Re: [PATCH,HURD] sendto: do not crash when addr is NULL

2012-06-13 Thread Pino Toscano
Hi, Alle martedì 12 giugno 2012, Roland McGrath ha scritto: That's almost right, but you should avoid calling __mach_port_deallocate if APORT is MACH_PORT_NULL. Also, avoid shadowing the local variable ERR with one of the same name in the subfunction. Hm ok, I saw other cases of shadowing

[PATCH,HURD] llistxattr + lremovexattr

2012-06-13 Thread Pino Toscano
Hi, two simple patches to implement llistxattr and lremovexattr the same way respectively listxattr and removexattr are implemented, just passing O_NOLINK. This way all the *xattr functions are implemented, at least to use the internal _hurd_xattr_*. Thanks, -- Pino Toscano Hurd: provide