cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.23k stars 476 forks source link

rtp_decoder fix checking against tag size #447

Closed pabuhler closed 5 years ago

pabuhler commented 5 years ago

The key size was incorrectly used to determine the policy function to use. The correct variable to check against was the tag size.

This fixes issues #445

thisisG commented 5 years ago

LGTM!