comicfans

Results 30 issues of comicfans

Hello, while fuzzing unarr I've found that if ar_parse_entry failed, archive entry_offset_next will never be increased , so that means it can not 'skip' the bad entry and continue to...

- `nvim --version`: v0.5.0-dev+1357-g192f89ea1 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 - Operating system/version: archlinux x64 - Terminal name/version: xterm(also happened when using nvim-qt) [ ] `vim -u DEFAULTS` (version: ) behaves...

bug
performance
treesitter

**Before creating an issue, please make sure the answer is not in the [FAQ](https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/FAQ).** FAQ explain that this error may be lead by antivirus and can be resolved by restart...

question

original code search 640x480 as fallback resolution, and crash if not found, but this resolution is not always avaible. this fix just return last resolution (which is lowest). this may...

linux debug build , TFE=false will build libEntitiesMPD.so libGameMPD.so libShadersD.so (I've found CMakeLists.txt:631 only SHADERSLIB didn't append MP suffix, is this correct ?) but when run game engine, it reports...

otherwise script treat all function with ?? as same one which is incorrect

to address https://github.com/ros/class_loader/issues/131, this didn't change code, instead it suppress the sanitizer report because we know this leak is expected. this suppression can't be done through runtime suppression file because...

hello, during thread sanitizer test, I've found multi thread calling into rcutils_get_zero_initialized_string_array gives data race warnings from thread sanitizer https://github.com/ros2/rcutils/blob/rolling/src/string_array.c#L35 ```c rcutils_string_array_t rcutils_get_zero_initialized_string_array(void) { static rcutils_string_array_t array = { .size...

more-information-needed

## Bug report **Required Info:** - Operating System: ubuntu 22.04 - Installation type: source - Version or commit hash: 6.1.1 - DDS implementation: don't know - Client library (if applicable):...

this memory is expected to leak, but will create lots of leak warning for any exe which depends on it. rmw_cyclonedds is load through dlopen, such leak can't suppressed by...