Wireshark-commits: [Wireshark-commits] master 0f2eb38: x11 generator: Fix struct size with array

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 Oct 2015 14:52:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0f2eb385f0b920cb4117189b9d13e88ae22787eb
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0f2eb38 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>
    

Actions performed:

    from  31b627f   x11 generator: Allow perl 5.20 and newer
    adds  0f2eb38   x11 generator: Fix struct size with array


Summary of changes:
 tools/process-x11-xcb.pl |    1 -
 1 file changed, 1 deletion(-)