⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.184
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
src
/
glibc
/
debian
/
patches
/
kfreebsd
/
View File Name :
local-grantpt.diff
--- sysdeps/unix/grantpt.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/sysdeps/unix/grantpt.c +++ b/sysdeps/unix/grantpt.c @@ -201,9 +201,13 @@ else { int w; - +retry: if (__waitpid (pid, &w, 0) == -1) + { + if (errno == EINTR) + goto retry; goto cleanup; + }; if (!WIFEXITED (w)) __set_errno (ENOEXEC); else