Index: head/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c =================================================================== --- head/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c +++ head/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c @@ -1268,7 +1268,7 @@ static intr_t * die_base_name_parse(const char *name, char **newp) { - char buf[100]; + char buf[256]; char const *base; char *c; int nlong = 0, nshort = 0, nchar = 0, nint = 0;