various fixes
diff --git a/src/cmd/acid/util.c b/src/cmd/acid/util.c
index 3e6a313..15859db 100644
--- a/src/cmd/acid/util.c
+++ b/src/cmd/acid/util.c
@@ -73,7 +73,7 @@
 	Lsym *l;
 	String *file;
 	ulong v;
-	char buf[1024];
+	char buf[65536];	/* Some of those C++ names are really big */
 	List *list, **tail, *tl;
 
 	if(fp == nil)