Wireshark-commits: [Wireshark-commits] master-3.0 26aba09: Fix the length of the item added for the
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 May 2019 18:21:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=26aba094b70968acd322eceb304cb1d338cfbf74
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

26aba09 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix the length of the item added for the value field of undissected CLVs.
    
    The length variable is the length of the value, not the length of the
    entire CLV, so there's no need to subtract the length of the C and the
    L from the length - it covers just the V.
    
    Change-Id: I711657e4e0b76e2aac9d58efd88f45201b9c2c5b
    Reviewed-on: https://code.wireshark.org/review/33174
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 2f005fe3c3784be780300b42080441ed76dbc428)
    Reviewed-on: https://code.wireshark.org/review/33175
    

Actions performed:

    from  9dba072   [Automatic update for 2019-05-12]
     add  26aba09   Fix the length of the item added for the value field of undissected CLVs.


Summary of changes:
 epan/dissectors/packet-isis-clv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)