bug-hurd
[Top][All Lists]
Advanced

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

Re: [address@hidden: ls --translators (coreutils)]


From: Alfred M. Szmidt
Subject: Re: [address@hidden: ls --translators (coreutils)]
Date: Fri, 19 Sep 2003 12:07:16 +0200 (MEST)

   There is no limit in the protocol, though the ext2fs and ufs
   implementations limit it to one filesystem block (4kb usually now).
   Clients should not presume any arbitrary limit on the size of the
   translator setting.

   The posted code has no arbitrary limit, but leaks.  It needs to do
   if (trans != buf) munmap(trans, trans_len).  Also, size_t is the
   proper type for TRANS_LEN.

Thanks, I'll fix this accordingly.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]