proj: Adapt test scripts and fix bugs
This commit is contained in:
@@ -24,7 +24,8 @@ def main() -> None:
|
||||
subprocess.run(extra, env={
|
||||
'LD_PRELOAD': os.getcwd() + '/../../intercept/intercept.so',
|
||||
'INTERCEPT': 'unix:' + socket_name,
|
||||
'INTERCEPT_FUNCTIONS': ','.join(['malloc', 'calloc', 'realloc', 'reallocarray', 'free']),
|
||||
'INTERCEPT_FUNCTIONS': ','.join(['malloc', 'calloc', 'realloc', 'reallocarray', 'free', 'getaddrinfo', 'freeaddrinfo']),
|
||||
'INTERCEPT_LIBRARIES': '*,-/lib*,-/usr/lib*',
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user