summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-02-24 10:33:43 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-02-24 11:15:31 -0500
commit2ca0b719e38fc83a6c3a3709f671e69e53a0b6be (patch)
treed342a9a1afe96a9cae269679ebf18652c9e1eb65 /.gitignore
parentf6ddc32695fb4602ed8b8e1e53b0636b28fef170 (diff)
downloadlibfaketime-2ca0b719e38fc83a6c3a3709f671e69e53a0b6be.tar.gz
test getpid() against library with constructor that calls it
This is an attempt to ensure that an external library invocation of getpid doesn't trigger a crash (e.g. #295) or an infinite loop (e.g. #297).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d495d94..afee928 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ test/getrandom_test
test/lib*.o
test/lib*.so
test/use_lib_random
+test/use_lib_getpid
src/libfaketime.dylib.1
src/libfaketime.1.dylib