Wireshark-commits: [Wireshark-commits] rev 32490: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 16 Apr 2010 14:48:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32490

User: morriss
Date: 2010/04/16 07:48 AM

Log:
 Fix the fuzz failure found in
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4685 :
 
 Don't store pointers to g_malloc()'d memory (in this case GLists) in
 se_alloc()'d memory: the se_alloc()'d memory is freed before the reinit
 functions are called so it's no longer safe to use.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +176 -162  packet-dcom.c    Modified