Ethereal-dev: Re: [Ethereal-dev] ethereal-0.10.12-6 bug report

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Tue, 06 Sep 2005 10:54:39 -0700
d binderman wrote:

gsm_map_stat.c(441): warning #175: subscript out of range

The source code is

    dlg.entries[10] = g_strdup("0");

There's no such line in the current SVN version of gtk/gsm_map_stat.c; this was fixed at some point after the release of 0.10.12. (There's now a loop to set all the columns past the first 2; that loop stops before reaching GSM_MAP_INIT_TABLE_NUM_COLUMNS.)