Jonathan Wakely
Jonathan Wakely
https://github.com/oneapi-src/oneTBB/blob/db334fc49b62ef8463e343c272da9bd9544b8514/test/tbbmalloc/test_malloc_whitebox.cpp#L493 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...
https://github.com/oneapi-src/oneTBB/blob/1f52f5093ec7ce23829fe64ab82ac5541fea42ee/test/conformance/conformance_flowgraph.h#L335-L351 If I'm reading this correctly, the copy constructor does not initialize `copies_count`. That means if you make a copy of a copy, the new object will do `++other.copies_count;` on...
https://github.com/opencv/opencv/blob/3bf22d00240bdaa2496fb7a4e96ada49e5b40156/modules/core/include/opencv2/core/mat.inl.hpp#L81 This has undefined behaviour because names like `_Tp` are reserved for the implementation (the compiler and standard library). There's nothing wrong with `Tp`, or just `T`, so you could...
### Project Deskflow ### Deskflow version number 1.17.1 ### Build type Deskflow package (downloaded from Deskflow) ### Operating systems (OS) - [ ] Windows - [ ] macOS - [...