14.08.2007, 17:04 | #1 |
Banned
|
Надежный способ убить AOS (4.0)
X++: // AOSMode:Server class CrashTheAOS { } static void main(Args _args) { Map testMap = new Map(Types::Integer, Types::Class); container packedMap; ; testMap.insert(1, new SmmUpdateFinancial()); packedMap = testMap.pack(); testMap = Map::create(packedMap); // Bang!!! // the class SmmUpdateFinancial doesn't have ::create(...) } |
|