RESOLVED FIXED 223694
Address undefined behavior found by UBSan in StringToIntegerConversion.h
https://bugs.webkit.org/show_bug.cgi?id=223694
Summary Address undefined behavior found by UBSan in StringToIntegerConversion.h
Chris Dumez
Reported 2021-03-24 09:13:17 PDT
Address undefined behavior found by UBSan in StringToIntegerConversion.h: - wtf/text/StringToIntegerConversion.h:94:30: runtime error: signed integer overflow: 2147483640 + 8 cannot be represented in type 'int' - wtf/text/StringToIntegerConversion.h:104:17: runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself
Attachments
Patch (5.52 KB, patch)
2021-03-24 09:37 PDT, Chris Dumez
ggaren: review+
Chris Dumez
Comment 1 2021-03-24 09:37:01 PDT
Geoffrey Garen
Comment 2 2021-03-24 12:02:30 PDT
Comment on attachment 424142 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=424142&action=review r=me > Source/WTF/wtf/text/StringToIntegerConversion.h:54 > + Checked<IntegralType, RecordOverflow> value = 0; No need for = 0 anymore here.
Chris Dumez
Comment 3 2021-03-24 12:30:43 PDT
Radar WebKit Bug Importer
Comment 4 2021-03-24 12:31:32 PDT
Note You need to log in before you can comment on or make changes to this bug.