You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UtAssert API documentation was very terse and some references
are obsolete/incorrect. This converts to doxygen form and
corrects the stale/incorrect references.
In particular - UtMemSet does not exist, but the standard C memset
call should be used to fill a memory region with a constant value.
Describe the bug
UtMemSet is not found in ut-assert, but it suggested to be used in comments from utassert.h and uttools.h
To Reproduce
osal/ut_assert/inc/utassert.h
Lines 125 to 128 in b37da18
osal/ut_assert/inc/uttools.h
Lines 61 to 63 in b37da18
Additional context
Other comments in the same files suggest to use methods that do exist, UtMemFill and UtMem2BinFile.
Reporter Info
Alan Gibson
NASA/GSFC 587
The text was updated successfully, but these errors were encountered: