Wireshark-commits: [Wireshark-commits] master-1.12 6730ced: airpdcap: fix V512 warning reported by

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Dec 2015 12:31:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6730ced6d61200fbeaaa602fc5b2adda4c368741
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

6730ced by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    airpdcap: fix V512 warning reported by PVS-Studio
    
    A call of the 'memcpy' function will lead to the '& tmp_key' buffer becoming out of range.
    
    Change-Id: I615a6c3e0dab8cfc2d240b6b39cff387e0689f35
    Reviewed-on: https://code.wireshark.org/review/8796
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit 99d56fb0f883b07662490644a9459d4ab75baf31)
    Reviewed-on: https://code.wireshark.org/review/12790
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f96b215   Fix a few issues reported by PVS-Studio
    adds  6730ced   airpdcap: fix V512 warning reported by PVS-Studio


Summary of changes:
 epan/crypt/airpdcap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)