On Mar 22, 2006, at 18:53, Andy Dougherty (via RT) wrote:


The following trivial patch prevents parrot from reading possibly
unallocated memory: If the C< char *name > were less than 10 characters
long, then the memcmp could read beyond the end of the allocated block;
the strncmp will properly terminate at the end of C<name>.

Good catch. Thanks, applied r12003.
leo

Reply via email to