diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-03 13:19:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-03 13:19:46 +0000 |
commit | 95d00d4b6089595293872471b78b567652a7a69f (patch) | |
tree | cf8e9b6b37919190087e5702f89dada6befe8fce /lib/libc/Symbols.list | |
parent | 53f257608caea1a9dd97c23f25c93dce9d7d06fc (diff) |
secure_path(3) hasn't been called since we recognized the TOCTOU issues a few
years back, so we can remove it. Since nothing in the ecosystem calls it, I
am not cranking the libc major as required, surely another crank will come
along soon.
noticed by Dante Catalfamo
ok millert
Diffstat (limited to 'lib/libc/Symbols.list')
-rw-r--r-- | lib/libc/Symbols.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list index f9aa62ab6e8..d6a6b684827 100644 --- a/lib/libc/Symbols.list +++ b/lib/libc/Symbols.list @@ -739,7 +739,6 @@ readdir_r readpassphrase rewinddir scandir -secure_path seekdir setclasscontext setdomainname |