Wireshark-commits: [Wireshark-commits] master d720fe8: Update to the latest version from the Samba
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d720fe8f77fb7a5a1d1aed10f60f33284029d481
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d720fe8 by Guy Harris (guy@xxxxxxxxxxxx):
Update to the latest version from the Samba Git repository.
Changes from the Samba Git log:
commit 2ba9453e9ff5d911a146e786ff8878ef67717366
Author: Stefan Metzmacher <metze@xxxxxxxxx>
Date: Thu Sep 26 20:38:12 2013 +0200
pidl:NDR/Client: avoid useless memcpy()
If the src and dest pointer of memcpy would be the same
we should avoid it in order to avoid valgrind warnings.
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-by: Andreas Schneider <asn@xxxxxxxxx>
commit f50b561336c7b6c08300e6e477859d1f9fab62c2
Author: Stefan Metzmacher <metze@xxxxxxxxx>
Date: Thu Sep 26 01:20:10 2013 +0200
pidl:NDR/Client: fix dcerpc_function() with [out,ref] pointers
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-by: Andreas Schneider <asn@xxxxxxxxx>
commit 662fc2de8c2896503026a2a4052ed1ea8ce78af5
Author: Stefan Metzmacher <metze@xxxxxxxxx>
Date: Fri Aug 30 08:54:10 2013 +0200
pidl:NDR/Client: simplify tevent_req_nterror() usage
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-by: Andreas Schneider <asn@xxxxxxxxx>
commit 02c34fe4e51b5e62157eaf2de1d0aaf9fc6b8d72
Author: Stefan Metzmacher <metze@xxxxxxxxx>
Date: Fri Aug 30 08:53:18 2013 +0200
pidl:NDR/Client: add missing TALLOC_FREE(subreq) after dcerpc_binding_handle_call_recv()
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-by: Andreas Schneider <asn@xxxxxxxxx>
Change-Id: I19017fd216df8d8d202b995305f4eb7b7a8b9a35
Reviewed-on: https://code.wireshark.org/review/4314
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from df685fc Update to the latest version from the Samba Git repository.
adds d720fe8 Update to the latest version from the Samba Git repository.
Summary of changes:
tools/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm | 32 ++++++++++++++++++------
1 file changed, 25 insertions(+), 7 deletions(-)