This is giving me a warning

packet-sdp.c:1302  'data_tvb' might get clobbered by 'longjmp' or 'vfork'

Making 'data_tvb' volatile doesn't work as I then get warnings about
discarding the volatile qualifier by passing data_tvb to the various
sub-dissectors.  I've never been sure of the best way to resolve this, other
than changing my compiler, which isn't an easy option right now.

Martin

On Fri, Oct 7, 2011 at 5:42 PM, <[email protected]> wrote:

> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39305
>
> User: etxrab
> Date: 2011/10/07 09:42 AM
>
> Log:
>  - Put a TRY/CATCH block around dissect_h264_nal_unit() in case
>  a bogus nal unit was sent.
>  - Delete an unused hf entry.
>
>  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6407
>
> Directory: /trunk/epan/dissectors/
>  Changes    Path            Action
>  +11 -7     packet-sdp.c    Modified
>
> ___________________________________________________________________________
> Sent via:    Wireshark-commits mailing list <
> [email protected]>
> Archives:    http://www.wireshark.org/lists/wireshark-commits
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
>             mailto:[email protected]
> ?subject=unsubscribe
>
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to