cvs commit: src/lib/libc/gen readdir.c
Matthew Dillon
dillon at apollo.backplane.com
Wed Aug 3 10:07:23 PDT 2005
:It's reading over the end of the buffer. That's what this patch fixes.
:Check out the PR for the details, but basically you can hit it when
:reading large directories.
:
:Joerg
Ah, now I see... it's reading over the end of the source buffer, not writing over
the end of the destination buffer.
Ok, go ahead and MFC it.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Commits
mailing list