Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Issue 1988723002: Fix UBSan errors (left shift of negative value) (Closed)

Created:
4 years, 7 months ago by kwiberg-webrtc
Modified:
4 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fix UBSan errors (left shift of negative value) BUG=chromium:603501 Committed: https://crrev.com/9b2228fdfc63ad0280de4f12eb9f12bc38d291f4 Cr-Commit-Position: refs/heads/master@{#12775}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M webrtc/modules/audio_coding/codecs/ilbc/get_lsp_poly.c View 1 chunk +3 lines, -3 lines 2 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/hp_output.c View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
kwiberg-webrtc
4 years, 7 months ago (2016-05-17 12:06:32 UTC) #2
tlegrand
LGTM https://codereview.webrtc.org/1988723002/diff/1/webrtc/modules/audio_coding/codecs/ilbc/get_lsp_poly.c File webrtc/modules/audio_coding/codecs/ilbc/get_lsp_poly.c (right): https://codereview.webrtc.org/1988723002/diff/1/webrtc/modules/audio_coding/codecs/ilbc/get_lsp_poly.c#newcode68 webrtc/modules/audio_coding/codecs/ilbc/get_lsp_poly.c:68: low = (int16_t)((fPtr[-1] & 0xffff) >> 1); This ...
4 years, 7 months ago (2016-05-17 12:24:32 UTC) #4
tlegrand-webrtc
Arrggg! Wrong account. LGTM
4 years, 7 months ago (2016-05-17 12:25:24 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1988723002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1988723002/1
4 years, 7 months ago (2016-05-17 12:28:52 UTC) #9
kwiberg-webrtc
https://codereview.webrtc.org/1988723002/diff/1/webrtc/modules/audio_coding/codecs/ilbc/get_lsp_poly.c File webrtc/modules/audio_coding/codecs/ilbc/get_lsp_poly.c (right): https://codereview.webrtc.org/1988723002/diff/1/webrtc/modules/audio_coding/codecs/ilbc/get_lsp_poly.c#newcode68 webrtc/modules/audio_coding/codecs/ilbc/get_lsp_poly.c:68: low = (int16_t)((fPtr[-1] & 0xffff) >> 1); On 2016/05/17 ...
4 years, 7 months ago (2016-05-17 12:32:29 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-05-17 13:40:46 UTC) #12
commit-bot: I haz the power
4 years, 7 months ago (2016-05-17 13:40:57 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/9b2228fdfc63ad0280de4f12eb9f12bc38d291f4
Cr-Commit-Position: refs/heads/master@{#12775}

Powered by Google App Engine
This is Rietveld 408576698