Bug 53536 - Overflow in WebKit2 argument decoder buffer checking
Summary: Overflow in WebKit2 argument decoder buffer checking
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 14:53 PST by Darin Adler
Modified: 2011-02-02 09:59 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.25 KB, patch)
2011-02-01 14:56 PST, Darin Adler
andersca: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2011-02-01 14:53:24 PST
Fix overflow in WebKit2 argument decoder buffer checking
Comment 1 Darin Adler 2011-02-01 14:56:29 PST
Created attachment 80832 [details]
Patch
Comment 2 WebKit Commit Bot 2011-02-01 16:49:29 PST
Comment on attachment 80832 [details]
Patch

Rejecting attachment 80832 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-4', 'build'..." exit_code: 2

Last 500 characters of output:
rip-debug-symbols -resolve-src-symlinks /mnt/git/webkit-commit-queue/WebKitBuild/Debug/WebProcess.app /mnt/git/webkit-commit-queue/WebKitBuild/Debug/WebKit2.framework

** BUILD FAILED **


The following build commands failed:
WebKit2:
	CompileC /mnt/git/webkit-commit-queue/WebKitBuild/WebKit2.build/Debug/WebKit2.build/Objects-normal/x86_64/ArgumentDecoder.o /mnt/git/webkit-commit-queue/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp normal x86_64 c++ com.apple.compilers.gcc.4_2
(1 failure)


Full output: http://queues.webkit.org/results/7687341
Comment 3 WebKit Review Bot 2011-02-01 19:47:33 PST
Attachment 80832 [details] did not build on mac:
Build output: http://queues.webkit.org/results/7681951
Comment 4 Darin Adler 2011-02-02 09:59:31 PST
Committed r77378: <http://trac.webkit.org/changeset/77378>