tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: extended attributes and lsextattr/extattr_list_file



David Laight <david%l8s.co.uk@localhost> wrote:

> Does libc need to use its own buffer - or would that force it to allocate
> a temporary buffer?

We can avoid the allocation, by using memmove() : data has the same
length.
 
-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index