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
There seems to be an assumption about the execution condition of the second branch: nbytes <= 32, which might be ensured by the call to std::align. Perhaps this should be made more explicit in the code?
The text was updated successfully, but these errors were encountered:
The PRG code won't pass some strict static analyzer (warning as error), pointing to a potential vulnerability here:
emp-tool/emp-tool/utils/prg.h
Line 85 in 44b1dde
There seems to be an assumption about the execution condition of the second branch:
nbytes <= 32
, which might be ensured by the call tostd::align
. Perhaps this should be made more explicit in the code?The text was updated successfully, but these errors were encountered: