Bugzilla – Attachment 3496 Details for
Bug 3296
Avoid possible NULL pointer dereference in monitor.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mm_answer_term() in file monitor.c
file_3296.txt (text/plain), 488 bytes, created by
Xidong Wang
on 2021-04-11 14:43:35 AEST
(
hide
)
Description:
mm_answer_term() in file monitor.c
Filename:
MIME Type:
Creator:
Xidong Wang
Created:
2021-04-11 14:43:35 AEST
Size:
488 bytes
patch
obsolete
>1627 int >1628 mm_answer_term(struct ssh *ssh, int sock, struct sshbuf *req) >1629 { >1630 extern struct monitor *pmonitor; >1631 int res, status; >1632 >1633 debug3_f("tearing down sessions"); >1634 >1635 /* The child is terminating */ >1636 session_destroy_all(ssh, &mm_session_close); >1637 >1638 #ifdef USE_PAM >1639 if (options.use_pam) >1640 sshpam_cleanup(); >1641 #endif >1642 >1643 while (waitpid(pmonitor->m_pid, &status, 0) == -1) >1644 if (errno != EINTR) >1645 exit(1);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3296
: 3496