aboutsummaryrefslogtreecommitdiff
path: root/GTM.xcodeproj
diff options
context:
space:
mode:
authorGravatar Eugene Hermann <39246518+eughermann@users.noreply.github.com>2018-07-25 14:07:03 -0700
committerGravatar Thomas Van Lenten <thomasvl@google.com>2018-07-25 17:25:49 -0400
commit640815dcd6fa74bfd103ec89bd5acce6a371bcf8 (patch)
tree918d719cbbfbfe2424b3167431738a7c01728964 /GTM.xcodeproj
parent202eaa313ed62dc08e813c75aba5bc941736c0c9 (diff)
Fix Undefined Behavior, left shift of negative value, signed integer overflow.
ubsan output: .../google_toolbox_for_mac/Foundation/GTMStringEncoding.m:204:16: runtime error: left shift of 10368305 by 8 places cannot be represented in type 'int' .../google_toolbox_for_mac/Foundation/GTMStringEncoding.m:312:16: runtime error: left shift of 42406098 by 6 places cannot be represented in type 'int' TESTED=Earth iOS --featires=ubsan
Diffstat (limited to 'GTM.xcodeproj')
0 files changed, 0 insertions, 0 deletions