icecat: add release icecat-140.8.0-2gnu1 for ecne
This commit is contained in:
parent
450538011a
commit
8eb1f1732f
616 changed files with 39955 additions and 33937 deletions
|
|
@ -6180,6 +6180,14 @@ static bool Deserialize(JSContext* cx, unsigned argc, Value* vp) {
|
|||
}
|
||||
}
|
||||
|
||||
if (scope > JS::StructuredCloneScope::SameProcess &&
|
||||
(policy.areIntraClusterClonableSharedObjectsAllowed() ||
|
||||
policy.areSharedMemoryObjectsAllowed())) {
|
||||
JS_ReportErrorASCII(
|
||||
cx, "deserialize in DifferentProcess scope cannot allow shared memory");
|
||||
return false;
|
||||
}
|
||||
|
||||
// Clone buffer was already consumed?
|
||||
if (!obj->data()) {
|
||||
JS_ReportErrorASCII(cx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue