On Wed, 14 Oct 2015 11:52:45 +0200, Tobias Stoeckmann wrote: > There are two unchecked mmap calls in ld.so. In ldconfig, I also > added a check to verify that read() retrieved the expected amount > of bytes. > > While fixing dl_prebind.c, I noticed that ldconfig also has such a > file. They differ marginally, but there's no reference in Makefile. > Therefore I think the file is unused and should be removed. > > Compiles and works on amd64 and i386, at least.
OK millert@ BTW, there are lots of opportunities for pread/pwrite in prebind :-) - todd
