-Known Bugs in LambdaCore 1Oct94-
#1:initialize - you can unmeasure objects and have unlimited quota. this.object_size = {0, 0}; How to Exploit: You can eval this verb on any object you own. This 'unmeasures' the
object. Therefore, in a byte based quota system you can 'unmeasure' an
object by simply calling that verb. So technically you can have as much
quota as you want as long as you keep unmeas
uring everything. How to Fix: Add lines from the #1:initialize from LambdaMOO, which looks like this: if (is_clear_property(this, "object_size")) "If this isn't clear, then we're being hacked."; this.object_size = {0, 0}; endif
-2-
[Previous Page][Next Page][Contents]