Wireshark-commits: [Wireshark-commits] master-2.4 54a0ca6: 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:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=54a0ca60c31562b613d296d59517242b7bbaca08
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark

Commits:

54a0ca6 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 beed21b038683377efb7b5c13b36a3a35fa720a2)
    Reviewed-on: https://code.wireshark.org/review/33177
    

Actions performed:

    from  967b925   [Automatic update for 2019-05-12]
     add  54a0ca6   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(-)