Ethereal-dev: SV: [Ethereal-dev] Several Patches vs. svn 17141 -- please apply

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

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Fri, 3 Feb 2006 07:32:54 +0100
Hi,
I have commited the to_str patch the jxta patch gives the following
warnings:
packet-jxta.c
packet-jxta.c(1656) : warning C4090: 'function' : different 'const'
qualifiers
packet-jxta.c(1656) : warning C4024: 'proto_register_field_array' :
different types for formal and actual parameter 2

The fuzz-test patch I'd like some one else to look at.
Brg
Anders

-----Ursprungligt meddelande-----
Från: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] För Mike Duigou
Skickat: den 1 februari 2006 22:54
Till: Ethereal development
Ämne: [Ethereal-dev] Several Patches vs. svn 17141 -- please apply

to_str_17141.diff :

- Fixes an off by one error which had the potential to write a 
terminating '\0' one byte past the end of the URI address being printed.

fuzz-test_17141 :

- I noticed that when you run fuzz testing from both a root account and 
a user account you can run into problems because the user account tries 
to use and delete temp files created by the root account and fails. This 
patch uses the same scheme as used for fuzz error files for naming the 
tampered file and for the error file to prevent filename/permission 
collisions between temp files from different runs.

jxta_17141 :

- Adds flexibility to jxta conversation detection and processing and 
support for SCTP as a lower level transport. Has been run through 
extensive fuzz testing.

Mike