-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
mgmt/hawkbit: Fix null pointer access #49232
Merged
carlescufi
merged 1 commit into
zephyrproject-rtos:main
from
ycsin:pr/hawkbit_fix_null_links
Sep 19, 2022
Merged
mgmt/hawkbit: Fix null pointer access #49232
carlescufi
merged 1 commit into
zephyrproject-rtos:main
from
ycsin:pr/hawkbit_fix_null_links
Sep 19, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ycsin
requested review from
Navin-Sankar,
nashif,
carlescufi,
galak and
MaureenHelm
as code owners
August 18, 2022 15:27
ycsin
force-pushed
the
pr/hawkbit_fix_null_links
branch
from
August 18, 2022 15:29
2392354
to
f28b8cf
Compare
ycsin
changed the title
subsys/mgmt/hawkbit: Fix null pointer access, error handling
subsys/mgmt/hawkbit: Fix null pointer access, error handling, streamline logs
Aug 18, 2022
Not sure how should I go about this, cc @nashif |
ycsin
force-pushed
the
pr/hawkbit_fix_null_links
branch
from
August 19, 2022 00:04
f28b8cf
to
85d79a8
Compare
@gkujawsk @jeronimoagullo could you test if this PR fixes the issue that you encountered? |
ycsin
force-pushed
the
pr/hawkbit_fix_null_links
branch
from
August 19, 2022 05:53
85d79a8
to
c7c303a
Compare
ycsin
force-pushed
the
pr/hawkbit_fix_null_links
branch
from
August 21, 2022 14:27
c7c303a
to
be9bc97
Compare
ycsin
changed the title
subsys/mgmt/hawkbit: Fix null pointer access, error handling, streamline logs
subsys/mgmt/hawkbit: Fix null pointer access
Aug 21, 2022
ycsin
force-pushed
the
pr/hawkbit_fix_null_links
branch
from
August 21, 2022 14:28
be9bc97
to
5ba810a
Compare
ycsin
force-pushed
the
pr/hawkbit_fix_null_links
branch
from
September 12, 2022 15:33
5ba810a
to
f7b4367
Compare
ycsin
changed the title
subsys/mgmt/hawkbit: Fix null pointer access
mgmt/hawkbit: Fix null pointer access
Sep 12, 2022
If the is no update from the server, the _links will be NULL. Check if it is NULL before trying to LOG these strings. Signed-off-by: Yong Cong Sin <[email protected]>
ycsin
force-pushed
the
pr/hawkbit_fix_null_links
branch
from
September 12, 2022 15:33
f7b4367
to
590c8ca
Compare
carlescufi
approved these changes
Sep 19, 2022
@ycsin, I missed this before. |
sylvioalves
approved these changes
Sep 19, 2022
ycsin
added
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
labels
Sep 19, 2022
ycsin
added
backport v2.7-branch
Request backport to the v2.7-branch
backport v3.0-branch
labels
Sep 22, 2022
This was referenced Sep 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: hawkBit
backport v2.7-branch
Request backport to the v2.7-branch
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pending testing and approval(s) by issue reporter(s)
Fixes #48863