Fixing a substring match error in SDP Fingerprint comparison code
The issue is that different line ending encodings were not properly handled (\r\n vs \n) in the fingerprint comparison code. Due to this, a connection between different platforms, such as Windows to Linux, would fail the FingerprintMatch verification check and close the connection. Note: There may be a better way to normalize the line endings upstream but I am not familiar enough with WebRTC to make that change. Change-Id: I03fee025c81bf3c1b5f54204beed5c8d938cbbc8 Reviewed-on: https://chromium-review.googlesource.com/986657 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:Harald Alvestrand <hta@chromium.org> Reviewed-by:
Tommi <tommi@chromium.org> Cr-Commit-Position: refs/heads/master@{#546962}
Showing
Please register or sign in to comment