| Summary: | Fix an openssh related issue | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] PTP | Reporter: | rong li <ronglli> | ||||
| Component: | SCI | Assignee: | rong li <ronglli> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | tuhongj | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
rong li
Created attachment 193841 [details]
Submit the patch to fix an openssh related issue.
Submit the patch to fix an openssh related issue.
Would you mind to explain what is the issue clearly. What do you mean "Wrong value of SCI_ENABLE_SSHAUTH"? I read the patch, it seems there are two major changes 1. Add the ifdef of INSTALL_PATH 2. Fix a memory leak issue Have applied patch Thanks for your comments. The "Wrong value of SCI_ENABLE_SSHAUTH" means users set an wrong value to the environment variable "SCI_ENABLE_SSHAUTH"(the correct value should be "yes" or "no"). If users does not set the config file or set the wrong value, the default value will be used. So we updated the log level to be log_warn, to warn the users it will use the default value(it will not lead to SCI errors). Besides, we updated the codes about newing the struct to fix a memory leak issue. This codes have been committed into the branch. |