summaryrefslogtreecommitdiff
path: root/silly-malloc/README
diff options
context:
space:
mode:
authorrose <rose@pinkro.se>2025-08-13 01:28:16 +0200
committerrose <rose@pinkro.se>2025-08-13 01:28:16 +0200
commitb7be2c5498fd1844daadd9e78aa031c60be9cb44 (patch)
tree7ca176b6892b5ff23c5439025eaf552400007b8f /silly-malloc/README
parente9b64be5230f0b498d8d78a8e67158a843594f83 (diff)
downloadrandom-b7be2c5498fd1844daadd9e78aa031c60be9cb44.tar.gz
random-b7be2c5498fd1844daadd9e78aa031c60be9cb44.tar.bz2
Change chances for silly-mallocHEADmain
Diffstat (limited to 'silly-malloc/README')
-rw-r--r--silly-malloc/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/silly-malloc/README b/silly-malloc/README
index 0d26192..f5a0804 100644
--- a/silly-malloc/README
+++ b/silly-malloc/README
@@ -5,6 +5,5 @@ Randomly allocate less memory than wanted
## Usage
```bash
gcc -fPIC -shared teehee.c -o teehee.so
-gcc meow.c -o meow
-LD_PRELOAD=./teehee.so ./meow
+LD_PRELOAD=./teehee.so <whatever program>
```