8000 GitHub - mistralol/libbreakr: Catches use of non re-entrant glibc functions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Catches use of non re-entrant glibc functions

License

Notifications You must be signed in to change notification settings

mistralol/libbreakr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A utility library design to flush out usage of non thread safe glibc functions
which should be replaced by using the _r versions of the function.

This tool can either be run with LD_PRELOAD or be linked to the program at compile time.

For example

BREAKR_MODE=0 LD_PRELOAD=libbreakr.so ./app

Where BREAKR_MODE is setup as the following.

0 = Disable
1 = LOG to stderr
2 = LOG to syslog
3 = ABORT


About

Catches use of non re-entrant glibc functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0