more qbuf

Pat pointed out to me that there are other potential
qbuf overflows, so this adds a function to assist in
weeding them out.
This commit is contained in:
nethack.allison
2003-05-08 11:19:16 +00:00
parent 33d3c2581e
commit 50467a60b7
2 changed files with 24 additions and 5 deletions

View File

@@ -1478,6 +1478,7 @@ E int NDECL(doloot);
E int FDECL(use_container, (struct obj *,int));
E int FDECL(loot_mon, (struct monst *,int *,boolean *));
E int NDECL(dotip);
E char *FDECL(safe_qbuf, (char *,unsigned,char *,char *,const char *));
/* ### pline.c ### */