Ethereal-dev: Re: [Ethereal-dev] Re: rev 17485: /trunk/epan/: emem.c emem.h

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

From: didier <dgautheron@xxxxxxxx>
Date: Fri, 10 Mar 2006 04:46:59 +0000
ronnie sahlberg wrote:
you are not using guardpages or emem begugging are you?
Don't know, change nothing to configure only CFLAGS=-O2  will look at it.

There's a bug in emem.c

in se_tree_lookup32_array
last line:
missing return
se_tree_lookup32_array(next_tree, key);
--> return se_tree_lookup32_array(next_tree, key);
Don'r think it matter here though, compiler shouldn't change return register at least on x86.

Didier