-
Notifications
You must be signed in to change notification settings - Fork 0
Catches use of non re-entrant glibc functions
License
mistralol/libbreakr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published