Wireshark-commits: [Wireshark-commits] master 53e04b6: DNS: fix in expand_dns_name
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 02 Jul 2018 15:49:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53e04b621caa00c5cd5641d2fb8eb7e2783f85bd
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

53e04b6 by Erika Szelleova (szelleerika@xxxxxxxxx):

    DNS: fix in expand_dns_name
    
    The function parsed the DNS name correctly, however, it did not indicate
    that a given name is too long (more than MAX_DNAME_LEN bytes).
    
    Bug: 14041
    Change-Id: I4078db488a814ca2114c725d1a17e3ef757843c5
    Reviewed-on: https://code.wireshark.org/review/28410
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  b8081bb   Get rid of trailing space.
    adds  53e04b6   DNS: fix in expand_dns_name


Summary of changes:
 epan/dissectors/packet-dns.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)