ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master aebce0b: HTTP2: Fix double free

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 15 Jul 2014 22:56:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aebce0b6ecf815e9bef52f6b52d5f2a12a116e1d
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

aebce0b by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    HTTP2: Fix double free
    
    Found by Clang Analyzer
    
    Backport from https://github.com/tatsuhiro-t/nghttp2/commit/62423f5949001c375c8e325296c74c92d1be0965
    Signed-off-by: Tatsuhiro Tsujikawa <tatsuhiro.t@xxxxxxxxx>
    
    Change-Id: Ic70f74b55ab80ca0b8d5042f07a29c9d14af4fe2
    Reviewed-on: https://code.wireshark.org/review/3058
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  91f627b   MAUSB dissection of control transfer responses
    adds  aebce0b   HTTP2: Fix double free


Summary of changes:
 epan/nghttp2/nghttp2_hd.c |    7 +++++++
 1 file changed, 7 insertions(+)