From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Josef Ezra" To: , , Subject: bug in tracepoint protocol implementation Date: Mon, 02 Oct 2000 11:04:00 -0000 Message-id: <00c801c02c9a$fe671c90$6c219fa8@lss.emc.com> X-SW-Source: 2000-10/msg00009.html hi file: tracepoint.c function: stringify_collection_list old: count += strlen (end); end += count ; new: count += strlen (end); end = temp_buf + count ; reasoning: When saving more then one memrange parameter, the old code leaves 'gaps' in the temp_buf string. Looks like few are using gdb's tracepoints (otherwise this bug wouldn't survive that long). Josef Ezra EMC2 jezra@emc.com