From mboxrd@z Thu Jan 1 00:00:00 1970 From: dhawkins@dhawkins.dsl.frii.com To: gdb-patches@cygnus.com Subject: bug in gdb Date: Sat, 17 Apr 1999 16:05:00 -0000 Message-id: <87n206kfz7.fsf@dhawkins.dsl.frii.com> X-SW-Source: 1999-q2/msg00038.html Found a bug in gdb. This seems to be the correct fix. (I give the code unconditionally to the FSF for what ever they wish to do with it..., yadda, yadda, yadda). It does not seem to warrant much fanfare. Changelog entry: Fixed a bug where the typevec_size was not being reset to zero after the typevec itself had been reset. --- gdb-4.18.borked/libiberty/cplus-dem.c Thu Apr 1 20:37:06 1999 +++ gdb-4.18/libiberty/cplus-dem.c Sat Apr 17 22:50:39 1999 @@ -880,6 +880,8 @@ { free ((char *) work -> typevec); work -> typevec = NULL; + /* DKH --- The size was not being reset to 0... */ + work -> typevec_size = 0; } if (work->tmpl_argvec) { -Dale -- With the mochas, he was strong. -- E. Hemingway Beer is proof that God loves us and wants us to be happy. -- Benjamin Franklin Dale K. Hawkins || Your work, no matter how brilliant, dhawkins@dimensional.com || becomes valuable to others only in To Hack, is to Live! || so far as you communicate it to them.