Skip to content

arch/x86_64: Fix printf format string #14438

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

Merged
merged 1 commit into from
Mar 13, 2019

Conversation

andyross
Copy link
Collaborator

There was a spot where the early boot code was logging using %p to
emit an integer, and Coverity doesn't like that. Fixes #14420 and
Fixes #14418

Signed-off-by: Andy Ross [email protected]

There was a spot where the early boot code was logging using %p to
emit an integer, and Coverity doesn't like that.  Fixes zephyrproject-rtos#14420 and
Fixes zephyrproject-rtos#14418

Signed-off-by: Andy Ross <[email protected]>
@andyross andyross requested review from andrewboie, dcpleung, a user and ceolin March 12, 2019 21:50
@codecov-io
Copy link

Codecov Report

Merging #14438 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #14438   +/-   ##
=======================================
  Coverage   51.98%   51.98%           
=======================================
  Files         308      308           
  Lines       45505    45505           
  Branches    10543    10543           
=======================================
  Hits        23655    23655           
  Misses      17050    17050           
  Partials     4800     4800

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8104c6c...a1565eb. Read the comment docs.

@galak galak merged commit f992e97 into zephyrproject-rtos:master Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants