This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][BZ #15763][BZ #14752] Restrict shm_open and shm_unlink to SHMDIR.


On Wed, 23 Oct 2013, Florian Weimer wrote:

> Sorry, I missed the NAME_MAX reference.  I don't think it's guarantueed to be
> available.  I see that it's desirable to have some upper bound to avoid alloca
> issues.  Not sure if it's okay to put in some arbitrary constant (1024 would
> be fine in my book).

I believe such limits are fine in files in sysdeps/unix/sysv/linux, as 
long as they use the appropriate macro and it describes an actual limit in 
the kernel (NAME_MAX comes from linux/limits.h and I think does describe 
an actual kernel limit), just not in generic files that may be used on 
other systems without such limits.

(Quite a lot of the fallback code for !__ASSUME_ATFCTS really should be 
using a PATH_MAX check so an appropriate error, rather than oversized 
alloca, occurs for very long arguments.)

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]