Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
filesystems
watchman
libart-gcc10.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libart-gcc10.patch of Package watchman
Index: watchman-4.9.0/thirdparty/libart/src/art-inl.h =================================================================== --- watchman-4.9.0.orig/thirdparty/libart/src/art-inl.h +++ watchman-4.9.0/thirdparty/libart/src/art-inl.h @@ -58,7 +58,7 @@ inline unsigned char art_tree<ValueType, #if !ART_SANITIZE_ADDRESS // If we were built with -fsanitize=address, let ASAN catch this, // otherwise, make sure we blow up if the input depth is out of bounds. - w_assert(idx >= 0 && idx <= key_len, + w_assert(idx <= key_len, "key_at: key is %d %.*s and idx is %d, which is out of bounds", key_len, key_len, key, idx); #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor