WebKit Bugzilla
Attachment 373677 Details for
Bug 199598
: UserData::decode should return false when decoding an unrecognized type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199598-20190708160252.patch (text/plain), 1.00 KB, created by
Alex Christensen
on 2019-07-08 16:02:53 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alex Christensen
Created:
2019-07-08 16:02:53 PDT
Size:
1.00 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 247231) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-07-08 Alex Christensen <achristensen@webkit.org> >+ >+ UserData::decode should return false when decoding an unrecognized type >+ https://bugs.webkit.org/show_bug.cgi?id=199598 >+ <rdar://52735138> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/UserData.cpp: >+ (WebKit::UserData::decode): >+ > 2019-07-08 Chris Dumez <cdumez@apple.com> > > Cleanup uses of NetworkProcess::m_sessionByConnection >Index: Source/WebKit/Shared/UserData.cpp >=================================================================== >--- Source/WebKit/Shared/UserData.cpp (revision 247092) >+++ Source/WebKit/Shared/UserData.cpp (working copy) >@@ -598,6 +598,7 @@ bool UserData::decode(IPC::Decoder& deco > > default: > ASSERT_NOT_REACHED(); >+ return false; > } > > return true;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rniwa
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199598
: 373677