RESOLVED FIXED199598
UserData::decode should return false when decoding an unrecognized type
https://bugs.webkit.org/show_bug.cgi?id=199598
Summary UserData::decode should return false when decoding an unrecognized type
Alex Christensen
Reported 2019-07-08 16:02:30 PDT
UserData::decode should return false when decoding an unrecognized type
Attachments
Patch (1.00 KB, patch)
2019-07-08 16:02 PDT, Alex Christensen
rniwa: review+
Alex Christensen
Comment 1 2019-07-08 16:02:53 PDT
Ryosuke Niwa
Comment 2 2019-07-08 19:50:28 PDT
Comment on attachment 373677 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=373677&action=review > Source/WebKit/Shared/UserData.cpp:601 > ASSERT_NOT_REACHED(); > + return false; I'm a bit surprised that we're not already getting a compiler warning / error about this...
Alex Christensen
Comment 3 2019-07-09 11:27:35 PDT
Radar WebKit Bug Importer
Comment 4 2019-07-09 11:28:23 PDT
Note You need to log in before you can comment on or make changes to this bug.