On Mar 22, 2006, at 18:53, Andy Dougherty (via RT) wrote:
The following trivial patch prevents parrot from reading possiblyunallocated memory: If the C< char *name > were less than 10 characterslong, 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