Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 36622: /trunk/tools/ /trunk/tools/:

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Wed, 13 Apr 2011 10:14:00 -0600
On Wed, Apr 13, 2011 at 03:36:13PM +0000, morriss@xxxxxxxxxxxxx wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36622

>  Export MALLOC_OPTIONS=AJ to increase memory allocation debug on 
>  FreeBSD (and others).

>  (I don't have easy access to either of these OS so this has not been 
>  tested.)

It appears to be working on FreeBSD.  If I add an invalid flag (such as 
'Y') to the MALLOC_OPTIONS on FreeBSD, it gives me an error:

expr: (malloc) Unsupported character in malloc options: 'Y'

Otherwise the fuzz test runs fine.