polytracker
polytracker copied to clipboard
Uninstrumented functions
These are currently uninstrumented functions that we should probably support:
- [x]
bcmp
- [x]
bindtextdomain
- [x]
dirname
- [x]
fgetc
- [x]
fseeko
- [x]
mbtowc
- [ ]
getline
- [ ]
realloc
- [ ]
realpath
- [ ]
vsnprintf
- [ ]
wcrtomb
Here are other uninstrumented functions that we might also want to support, but are lower priority:
- [ ]
isatty
- [ ]
newlocale
- [ ]
pathconf
- [ ]
__xstat
The lack of fgetc
may be related to #6352.
As requested, some other instances from libbfd
:
==27721==WARNING: DataFlowSanitizer: call to uninstrumented function setlocale
==27721==WARNING: DataFlowSanitizer: call to uninstrumented function bindtextdomain
Additional uninstrumented functions in #6505
An overlapping set of uninstrumented functions documented in #6505 from a different nitf parser, DaeDaLus: https://github.com/trailofbits/polytracker/issues/6505#issuecomment-1315814533