-Known Bugs in LambdaCore 1Oct94-
$recycler:init_for_core How to Exploit: Doesn't check for wizperms, so anyone can eval it. Makes the recycler forget about .lost_souls, so you can fool the quota
system into thinking you don't own an object when you really do.
When you call an object's :recycle verb it gets removed from your owned
objects and sticks it in $recycler.lost_souls, which the quota system
uses to check when you create another object. Make the recycler forget
about it, and you have a hidden object.
How to Fix: put a 'if (caller_perms().wizard)' and 'endif' around it.
-9-
[Previous Page][Next Page][Contents]