Ethereal-dev: Re: [Ethereal-dev] bug fix in packet-mdshdr.c

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: Thu, 5 Jun 2003 11:46:51 -0700
On Thu, Jun 05, 2003 at 09:37:00AM +0900, Motonori Shindo wrote:
> I found a bug in packet-mdshdr.c that may cause a crash by overrunning
> the array boundary. I simply replaced two arrays (sof_strings[] and
> eof_strings[]) with val_to_str() and deleted them because they are now
> no longer used. Please find attached a patch.

Checked in.