Re: [Wireshark-dev] Wireshark messages I don't want to see

2015-07-14 Thread Joerg Mayer
On Tue, Jul 14, 2015 at 09:13:49PM +0200, Joerg Mayer wrote: > On Tue, Jul 14, 2015 at 11:52:18AM -0700, Guy Harris wrote: > > Line 1558 of epan/crypt/airpdcap.c is > > > > if (ctx->sa[ctx->first_free_index].used) { > > > > in AirPDcapStoreSa(). It was assuming that ctx->first_free_index wo

Re: [Wireshark-dev] Wireshark messages I don't want to see

2015-07-14 Thread Joerg Mayer
On Tue, Jul 14, 2015 at 11:52:18AM -0700, Guy Harris wrote: > Line 1558 of epan/crypt/airpdcap.c is > > if (ctx->sa[ctx->first_free_index].used) { > > in AirPDcapStoreSa(). It was assuming that ctx->first_free_index would be > within the bounds of the array, which isn't guaranteed (what

Re: [Wireshark-dev] Wireshark messages I don't want to see

2015-07-14 Thread Guy Harris
On Jul 14, 2015, at 11:01 AM, Joerg Mayer wrote: > ... but have no idea how to find or fix: Line 158 of the current epan/address.h is the memcpy(to_data, from->data, from->len); in copy_address(). The fact that it didn't *crash* is probably because from->len is zero, so it didn't a

Re: [Wireshark-dev] Wireshark messages I don't want to see

2015-07-14 Thread Peter Wu
Hi Jörg, On Tue, Jul 14, 2015 at 08:01:38PM +0200, Joerg Mayer wrote: > ... but have no idea how to find or fix: > > jmayer@egg privat$ wireshark -r 6.pcap.gz > /home/jmayer/work/wireshark/git/epan/address.h:158:5: runtime error: null > pointer passed as argument 1, which is declared to never be

[Wireshark-dev] Wireshark messages I don't want to see

2015-07-14 Thread Joerg Mayer
... but have no idea how to find or fix: jmayer@egg privat$ wireshark -r 6.pcap.gz /home/jmayer/work/wireshark/git/epan/address.h:158:5: runtime error: null pointer passed as argument 1, which is declared to never be null /home/jmayer/work/wireshark/git/epan/address.h:158:5: runtime error: null