You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicate should require permission to create a new instance of the class of the object, while at the same time also requiring permission to use the duplicate method. A twofer.
Unfortunately, people can just call duplicate, and only have to pass the duplicate method check. So, how should the syscall version of duplicate be handled? Class-only check?
The text was updated successfully, but these errors were encountered:
Duplicate should require permission to create a new instance of the class of the object, while at the same time also requiring permission to use the
duplicate
method. A twofer.Unfortunately, people can just call
duplicate
, and only have to pass theduplicate
method check. So, how should the syscall version of duplicate be handled? Class-only check?The text was updated successfully, but these errors were encountered: