JohnSmithBH84

Results 23 issues of JohnSmithBH84

I’ve build FlexFringe with Thread Satitizer (TSan) and it detected a heap-use-after-free in inputdata.cpp after launching build/runtests. I'm not sure whether this is an actual issue, or whether FlexFringe' code...

I’ve scanned plog with ASAN and it has triggered on plog/samples/HexDump/Main.cpp line 40. I'm not sure whether this is an actual issue, or whether code of plog is too sophisticated...

bug

I’ve scanned teeworlds with UBSAN and it has triggered on teeworlds/src/game/client/components/menus.cpp line 901. I'm not sure whether this is an actual issue, or whether code of teeworlds is too sophisticated...

I’ve build teeworlds with Thread Satitizer (TSan) and it detected a data race in backend_sdl.cpp after launching build/teeworlds. Double-checked the race by Helgrind which has triggered on backend_sdl.cpp:41 too. I'm...

I’ve scanned iir1 with ASAN and it has triggered on iir1/demo/ecg50hzfilt.cpp line 24. I'm not sure whether this is an actual issue, or whether code of iir1 is too sophisticated...

I’ve scanned BitMagic with MEMCHECK and it has triggered on BitMagic/src/bmalloc.h line 76. I'm not sure whether this is an actual issue, or whether code of BitMagic is too sophisticated...

I’ve scanned sandboxed-api with MEMCHECK and it has triggered on sandboxed-api/build/_deps/protobuf-src/src/google/protobuf/port.h line 132. I'm not sure whether this is an actual issue, or whether code of sandboxed-api is too sophisticated...

I’ve scanned ompl with ASAN and it has triggered on ompl/src/ompl/base/spaces/src/TimeStateSpace.cpp line 152. I'm not sure whether this is an actual issue, or whether code of ompl is too sophisticated...

osgEarth Version (required): osgearth: master Description of the problem: I’ve scanned osgearth with ASAN and it has triggered on osgearth/src/applications/osgearth_occlusionculling/osgearth_occlusionculling.cpp line 65. I'm not sure whether this is an actual...

**Escargot (please complete the following information):** Ubuntu 22.04.4 LTS Linux 5.15.0-125-generic #135-Ubuntu SMP Fri Sep 27 13:53:58 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux compiler: gcc (Debian 12.2.0-14) 12.2.0 **Describe the...

bug