Open
Bug 1204065
Opened 9 years ago
Updated 2 years ago
DeserializeURI() assumes uri deserialization will never fail
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
NEW
People
(Reporter: tbsaunde, Unassigned)
Details
see the assert at ipc/glue/URIUtils.cpp:119 if the child sends the parent bogus uri parameters the deserialization will fail and that's expected, so it seems the assert is somewhat invalid.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•