Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2019 18:52:47 +0000 (UTC)
From:      Leandro Lupori <luporl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344534 - head/cddl/contrib/opensolaris/tools/ctf/cvt
Message-ID:  <201902251852.x1PIqlf7034853@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: luporl
Date: Mon Feb 25 18:52:47 2019
New Revision: 344534
URL: https://svnweb.freebsd.org/changeset/base/344534

Log:
  Increase ctfconvert buffer size
  
  Reviewed by:	markj
  Differential Revision:	https://reviews.freebsd.org/D19353

Modified:
  head/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c

Modified: head/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c
==============================================================================
--- head/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c	Mon Feb 25 18:41:16 2019	(r344533)
+++ head/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c	Mon Feb 25 18:52:47 2019	(r344534)
@@ -1268,7 +1268,7 @@ die_funcptr_create(dwarf_t *dw, Dwarf_Die die, Dwarf_O
 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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902251852.x1PIqlf7034853>