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
This calls memset with minLargeObjectSize as the fill character, but that's a value much larger than UCHAR_MAX so will be truncated. What's the purpose of this call? Could it use a different value that doesn't upset static analyzers?
The text was updated successfully, but these errors were encountered:
oneTBB/test/tbbmalloc/test_malloc_whitebox.cpp
Line 493 in db334fc
This calls memset with
minLargeObjectSize
as the fill character, but that's a value much larger thanUCHAR_MAX
so will be truncated. What's the purpose of this call? Could it use a different value that doesn't upset static analyzers?The text was updated successfully, but these errors were encountered: