mirror of
git://git.psyced.org/git/psyclpc
synced 2024-08-15 03:20:16 +00:00
initial git creation
This commit is contained in:
commit
2ede0de60e
278 changed files with 230984 additions and 0 deletions
14
mudlib/uni-crasher/README
Normal file
14
mudlib/uni-crasher/README
Normal file
|
@ -0,0 +1,14 @@
|
|||
This directory holds a LPC object which runs a stress test against the driver:
|
||||
it calls random efuns with random arguments and keeps a log of what has been
|
||||
called.
|
||||
|
||||
It was written for the Unitopia mudlib (and thusly uses some of their
|
||||
simul-efuns). To use it, copy secure.inc into the secure/simul_efun
|
||||
directory first.
|
||||
|
||||
crasher.c : the test object
|
||||
crashleak.c: a variant of the crasher object looking for memory leaks.
|
||||
secure.inc : a replacement for the original secure/simul_efun/secure.inc,
|
||||
so that the security-sensitive functions can be tested, too.
|
||||
|
||||
Written by Andreas "Menaures" Klauer.
|
Loading…
Add table
Add a link
Reference in a new issue