URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d3a59dfc0cea1faa36c77c6574de4a3172353c64
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
d3a59df by Peter Harris (pharris@xxxxxxxxxxxx):
x11 generator: Fix struct size with array
my $count here shadows my $count in the outer scope, preventing the size
of constant sized arrays from being calculated correctly.
Change-Id: I89c989ee2d288d4828871ebab650807fbde747dd
Reviewed-on: https://code.wireshark.org/review/11106
Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
(cherry picked from commit 0f2eb385f0b920cb4117189b9d13e88ae22787eb)
Reviewed-on: https://code.wireshark.org/review/11156
Actions performed:
from 9bddedb x11 generator: Allow perl 5.20 and newer
adds d3a59df x11 generator: Fix struct size with array
Summary of changes:
tools/process-x11-xcb.pl | 1 -
1 file changed, 1 deletion(-)