Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
fcfc96d6
Commit
fcfc96d6
authored
May 05, 2020
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
May 05, 2020
Browse files
Merge "rcar_gen3: plat: Zero-terminate the string in unsigned_num_print()" into integration
parents
6eb4304c
dcd08687
Changes
1
Show whitespace changes
Inline
Side-by-side
plat/renesas/rcar/bl2_plat_setup.c
View file @
fcfc96d6
...
@@ -134,6 +134,7 @@ static void unsigned_num_print(unsigned long long int unum, unsigned int radix,
...
@@ -134,6 +134,7 @@ static void unsigned_num_print(unsigned long long int unum, unsigned int radix,
while
(
--
i
>=
0
)
while
(
--
i
>=
0
)
*
string
++
=
num_buf
[
i
];
*
string
++
=
num_buf
[
i
];
*
string
=
0
;
}
}
#if (RCAR_LOSSY_ENABLE == 1)
#if (RCAR_LOSSY_ENABLE == 1)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment