Kacper Michajłow

Results 82 issues of Kacper Michajłow

This remembers and sets window-scale when exiting maximized state. Also fixes not staying in maximized state when exiting fullscreen mode. Fixes: #14126

While generator expression is more concise, it is avoidable in this case. This change fixes compatibility with Meson, which currently does not support generator expressions and would incorrectly enable install....

Would be nice to have more in-depth optimization or even compute shader version for speeed. Anyway this micro-optimization of first layer is low-hanging fruit. * remove 0 from mat4 and...

``` E0625 08:40:15.703306 1992378 control_flow.cc:117] CF table dumping failed: cmd.ToString()=CENTIPEDE_RUNNER_FLAGS=:dump_cf_table:arg1=/tmp/centipede-1992378-138233277511488/cf_table: \ /mnt/scratch0/clusterfuzz/bot/builds/clusterfuzz-builds-centipede_mpv_99ca7f7a3bba7521691fc5dbb6afeb321b2ac6d5/revisions/fuzzer_load_config_file \ > /dev/null \ 2>&1 cmd_exit_code=1 I0625 08:40:15.703341 1992378 centipede_callbacks.cc:65] Could not get CFTable from /mnt/scratch0/clusterfuzz/bot/builds/clusterfuzz-builds-centipede_mpv_99ca7f7a3bba7521691fc5dbb6afeb321b2ac6d5/revisions/fuzzer_load_config_file The binary...

Hi, Initially I though it was due to excessive timeouts, but they have been fixed now. Some of testcases are stuck, all I see is pending status and progression started...

Hi, According to the [docs](https://google.github.io/oss-fuzz/getting-started/new-project-guide/#fuzzing_engines) and [this line](https://github.com/google/oss-fuzz/blob/b07cc908abf97529a95a4dd9b3d152bf4f101e71/infra/build/functions/build_project.py#L47), Centipede should be enabled by default. Yet, looking at the build logs, it is not built for projects that do not explicitly...

LibFuzzer supports rejecting unwanted inputs with `return -1` https://llvm.org/docs/LibFuzzer.html#rejecting-unwanted-inputs One may read this documentation and implement fuzzers that return `-1` from `LLVMFuzzerTestOneInput`. Problem is, Honggfuzz has never been updated to...

We wrap the default Lua allocator to allow used memory tracking. This works well, except that we never destroy the default allocator or notify it that we are closing. Since...