-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libs/libc: Optimize the stack space of lib_vsprintf by splitting argl…
…ist into type and value Dynamically apply for memory based on numargs Signed-off-by: liwenxiang1 <[email protected]> libs/libc: Resolve the issue of undefined behavior when UBSAN is enabled on SIM If numargs equals 0, it is set to 1 by default Signed-off-by: liwenxiang1 <[email protected]>
- Loading branch information
1 parent
90afe58
commit 056aa3c
Showing
1 changed file
with
44 additions
and
41 deletions.
There are no files selected for viewing
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