The Samba-Bugzilla – Attachment 12296 Details for
Bug 12042
Fix array of pointers with NULL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Corrected patch to fix array of pointers with NULL
patch.txt (text/plain), 393 bytes, created by
Guy Harris
on 2016-07-27 23:36:20 UTC
(
hide
)
Description:
Corrected patch to fix array of pointers with NULL
Filename:
MIME Type:
Creator:
Guy Harris
Created:
2016-07-27 23:36:20 UTC
Size:
393 bytes
patch
obsolete
>diff --git a/pidl/lib/Parse/Pidl/Wireshark/NDR.pm b/pidl/lib/Parse/Pidl/Wireshark/NDR.pm >index 8161646..6868e52 100644 >--- a/pidl/lib/Parse/Pidl/Wireshark/NDR.pm >+++ b/pidl/lib/Parse/Pidl/Wireshark/NDR.pm >@@ -229,6 +229,7 @@ sub Bitmap($$$$) > $total_ev += hex($ev); > $self->pidl_code("&$hf_bitname,"); > } >+ $self->pidl_code("NULL"); > $self->deindent; > $self->pidl_code("};"); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12042
:
12295
| 12296