AcademySoftwareFoundation / OpenShadingLanguage

Advanced shading language for production GI renderers
BSD 3-Clause "New" or "Revised" License
2.09k stars 356 forks source link

Suppress leak sanitizer warnings about internals of robin_hash #1807

Closed lgritz closed 5 months ago

lgritz commented 5 months ago

OSL's CI's sanitizer job has been failing since some recent changes in OIIO that expanded use of robin_map to cover some uses that are going to leak small amounts of memory in a way that's totally okay.