Skip to content

xep624/fuzzrump.sh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository used to torture Rump Kernels

BUILD

Ubuntu with gcc-6 as host:

Address Sanitizer:

  • ./buildrump.sh tools
  • ./buildrump.sh -F CFLAGS="-fsanitize=address -O0 -g" -F LDFLAGS="-lasan -fuse-ld=gold" -j8 tools build

Thread Sanitizer

  • ./buildrump.sh tools
  • ./buildrump.sh -F CFLAGS="-fsanitize=thread -O0 -g" -F LDFLAGS="-ltsan -fuse-ld=gold" -j8 tools build

TODO

About

Utilities for building rump kernels

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.6%
  • Shell 31.1%
  • Makefile 1.3%