Re: segfaults in CACHE_IDS code paths

2015-05-09 Thread James Youngman
Thank you for the bug report. As you suggested, I have removed the problem code. On Mon, Feb 23, 2015 at 9:04 PM, Tobias Stoeckmann wrote: > Hi, > > if id caching is activated during compilation, findutils is prone to two > segmentation faults. First, it fails to validate a range check in file >

segfaults in CACHE_IDS code paths

2015-02-23 Thread Tobias Stoeckmann
Hi, if id caching is activated during compilation, findutils is prone to two segmentation faults. First, it fails to validate a range check in file find/parser.c line 1750. If the group in /etc/groups has a gid that is close to 2^32, the variable overflows in xmalloc and reserves not enough memory