Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use VERIFY() for asprintf due to rpm -D_FORTIFY_SOURCE=2
This check is part of ztest and a memory failure here is unlikely. However, if this does occur simply exiting is an perfectly valid way to handle the issue and it resulves the compiler warning. ztest.c:5522: error: ignoring return value of 'asprintf', declared with attribute warn_unused_result
- Loading branch information