[CRD iOS][Code Analysis] Fix error prone codepaths |
||
Issue descriptionHere is the clang static analysis report for ios_remoting_google_app: gpaste/6413724365619200 The code analyzer has found a few warnings: * remoting/client/audio/audio_player_buffer.cc:169: |next_frame| is never read after `next_frame += bytes_to_copy`. * remoting/ios/keychain_wrapper.mm:136: Potentially calling dictionaryWithDictionary with nil. * Looks like view controllers should always call [super viewDidLoad]. * Some init methods return nil if something wrong is going on. We might want to handle or DCHECK that.
,
Dec 7 2017
The following revision refers to this bug: https://chrome-internal.googlesource.com/chrome/ios_internal.git/+/01e2242e8300c57b0037b1d7605e17dee9153ce8 commit 01e2242e8300c57b0037b1d7605e17dee9153ce8 Author: Yuwei Huang <yuweih@chromium.org> Date: Thu Dec 07 01:01:17 2017
,
Dec 7 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Dec 6 2017