Skip to content

Commit

Permalink
getpgrp
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Oct 1, 2023
1 parent 978f6b2 commit 96ea981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyses/libraryFunctions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ let posix_descs_list: (string * LibraryDesc.t) list = LibraryDsl.[
("getppid", unknown []);
("getuid", unknown []);
("geteuid", unknown []);
("getpgrp", unknown []);
]

(** Pthread functions. *)
Expand Down Expand Up @@ -1087,7 +1088,6 @@ let invalidate_actions = [
"dlclose", readsAll;(*safe*)
"stat__extinline", writesAllButFirst 1 readsAll;(*drop 1*)
"lstat__extinline", writesAllButFirst 1 readsAll;(*drop 1*)
"getpgrp", readsAll;(*safe*)
"umount2", readsAll;(*safe*)
"waitpid", readsAll;(*safe*)
"statfs", writes [1;3;4];(*keep [1;3;4]*)
Expand Down

0 comments on commit 96ea981

Please sign in to comment.