The char array 'format' sometimes get 10 characters and when
authorjbj <devnull@localhost>
Mon, 16 Sep 2002 13:17:30 +0000 (13:17 +0000)
committerjbj <devnull@localhost>
Mon, 16 Sep 2002 13:17:30 +0000 (13:17 +0000)
commitd50a43910123440fafa18b3bd90952f4d312a215
tree0b13169dfc9c657be46a4963d361821a3a86b9ce
parentd63a81d8f060c7eb73f170cdb9a5e38549d957f9
The char array 'format' sometimes get 10 characters and when
strcpy is done on it, strcpy tries to add a '/0' to it beyond
the capacity. Not sure why, but, the const char *ch gets bad
address. Anyway, format should be atleast 11 chars to accommodate
strings like "%.34s\n%42s" and a terminating '\0'.

CVS patchset: 5708
CVS date: 2002/09/16 13:17:30
popt/popthelp.c