RESOLVED FIXED 114716
Harden FastMalloc against partial pointer overflows
https://bugs.webkit.org/show_bug.cgi?id=114716
Summary Harden FastMalloc against partial pointer overflows
Oliver Hunt
Reported 2013-04-16 17:39:14 PDT
Harden FastMalloc against partial pointer overflows
Attachments
Patch (2.86 KB, patch)
2013-04-16 17:42 PDT, Oliver Hunt
barraclough: review+
Oliver Hunt
Comment 1 2013-04-16 17:42:53 PDT
WebKit Commit Bot
Comment 2 2013-04-16 17:43:56 PDT
Attachment 198455 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/FastMalloc.cpp']" exit_code: 1 Source/WTF/wtf/FastMalloc.cpp:3993: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WTF/wtf/FastMalloc.cpp:3994: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WTF/wtf/FastMalloc.cpp:3995: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WTF/wtf/FastMalloc.cpp:3997: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WTF/wtf/FastMalloc.cpp:4010: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 5 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Gavin Barraclough
Comment 3 2013-04-16 17:46:36 PDT
Comment on attachment 198455 [details] Patch preemptive RS=me for a patch the renames the random characters to proper variable names.
Oliver Hunt
Comment 4 2013-04-16 18:11:42 PDT
Note You need to log in before you can comment on or make changes to this bug.