On Mon, 2006-12-11 at 09:53 -0800, David Wilder wrote: > I found a couple of buffer overrun conditions is in > runtime/stpd/symbols.c:get_sections() occurring in sprintf() > calls. OK, that's embarrassing. Obviously "dir" and "filename" are too small and I forgot to check for overflows. I'll check in a fix. Martin