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
HdrHistogram_c/src/hdr_encoding.c:19:20: runtime error: left shift of negative value -1
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior HdrHistogram_c/src/hdr_encoding.c:19:20 in
HISTFAAAABl4nJNpmSzMwMDAyAAB6HSK/QeoAABAagLe
The text was updated successfully, but these errors were encountered:
Consider the following program:
Building the library with clang's address sanitizer via:
Then Compiling the test program using:
And executing
./a.out
results in:The text was updated successfully, but these errors were encountered: