-
Notifications
You must be signed in to change notification settings - Fork 7
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
coverity: fix the RESOURCE_LEAK in peeknpoke #9
coverity: fix the RESOURCE_LEAK in peeknpoke #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please add "Tests Done: " in the commit message as part of commit message format.
Please add this. |
c0ea6ba
to
587f71a
Compare
Added the Tests Done, Please help review. |
Program name for this pr is not compatable with other dependent prs, for more details please check tracked_on |
Dependent pr program name is not compatable this pr's program name, for more details please check tracked_on |
Improper Commit Message |
587f71a
to
2892013
Compare
Program name for this pr is not compatable with other dependent prs, for more details please check tracked_on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1. add the close(fd) to fix the RESOURCE_LEAK issue 2. fix the insecure data handling in peeknpoke.c Tests Done: 1. Build and boot 2. crashlog function works Tracked-On: OAM-126085 Signed-off-by: Bo He <[email protected]>
2892013
to
91cb447
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
9231c49
into
projectceladon:celadon/u/mr0/master
Android CI has completed MERGE Build for this pr, build is SUCCESS. Please check the linked Tracked-On issue/Android CI Web for more details. For Binaries: /cactus-absp-or-local/celadon_umr0_master-merge/157 |
add the close(fd) to fix the RESOURCE_LEAK issue
Tracked-On: OAM-124667