-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #326
Fixes #326
Conversation
Building VM-Manager Code. For more details refer below link: |
Build successful. |
Please find the Deb Package Path : |
Building VM-Manager Code. For more details refer below link: |
Building VM-Manager Code. For more details refer below link: |
Building VM-Manager Code. For more details refer below link: |
Build successful. |
Build successful. |
Please find the Deb Package Path : |
Build successful. |
Please find the Deb Package Path : |
1 similar comment
Please find the Deb Package Path : |
Building VM-Manager Code. For more details refer below link: |
Add try{...}catch{...} to handle exception handling. Signed-off-by: Yadong Qi <yadong.qi@intel.com>
In the SetProcLogDir(), main_proc_ would be deferenced, so move the null pointer check before call SetProcLogDir(). Signed-off-by: Yadong Qi <yadong.qi@intel.com>
when open() return negative, there should no close followed, instead, return fail directly. Signed-off-by: Yadong Qi <yadong.qi@intel.com>
The value will never be negative Signed-off-by: Yadong Qi <yadong.qi@intel.com>
Building VM-Manager Code. For more details refer below link: |
Building VM-Manager Code. For more details refer below link: |
Build successful. |
Please find the Deb Package Path : |
Build successful. |
Please find the Deb Package Path : |
Build successful. |
Please find the Deb Package Path : |
Add try{...}catch{...} to handle exception handling.
Move null check ahead
return when open failed
Fix invalid compare
Signed-off-by: Yadong Qi yadong.qi@intel.com