Eugene Kliuchnikov

Results 40 issues of Eugene Kliuchnikov

Hello. I wonder, if this work could be integrated into google/brotli. As I understand, this repo is generated by c2go project. But: * it is unclear, if it required ad-hoc...

The following command seems to hang forever: ``` [43/181] /usr/local/bin/clang++ -DJPEGXL_MAJOR_VERSION=0 -DJPEGXL_MINOR_VERSION=7 -DJPEGXL_PATCH_VERSION=0 -DJXL_ENABLE_FUZZERS -DJXL_INTERNAL_LIBRARY_BUILD -D__DATE__=\"redacted\" -D__TIMESTAMP__=\"redacted\" -D__TIME__=\"redacted\" -I/src/libjxl -I/src/libjxl/lib/include -I/src/libjxl/third_party/highway -I/src/libjxl/third_party/brotli/c/include -I/src/libjxl/third_party/skcms -I/work/libjxl-corpus/lib/include -funwind-tables -Xclang -mrelax-all -Xclang -mconstructor-aliases -fno-omit-frame-pointer...

building/portability
fuzzerbug
post 1.0

Run all jobs on the schedule instead.

post 1.0

This will uncover few more warnings / give an early heads-up on problems of our customers.

building/portability
testing
post 1.0

ASAN build finishes in 22+ min. MSAN build finishes in 33+ min. I'm sure it could be faster.

building/portability
testing
post 1.0

File `example.js`: ``` /** @suppress {es5Strict} */ function hello() { var a = "\306"; } ``` Command: `java -jar closure-compiler.jar example.js` Output: ``` example.js:3:10: WARNING - [JSC_INVALID_OCTAL_LITERAL] This style of...

TODO: - [ ] fix shared library suffix on osx (`ExampleFuzzerWithNative`) - [ ] get in touch with libFuzzer to see if it could have better exit code support on...

enhancement

Tried to run bazel with io_bazel_rules_closure in GitHub Actions Windows-2019 environment and got ``` ERROR: C:/users/runneradmin/_bazel_runneradmin/h7l7fnou/external/io_bazel_rules_closure/third_party/png/BUILD:7:12: Executing genrule @io_bazel_rules_closure//third_party/png:libpng_k8 [for host] failed: (Exit 2): bash.exe failed: error executing command C:/Program...

I've followed the readme instructions and got non-working far2l installation. It says "Error: cannot find language data". The only way to launch far2l is `sudo path_to_bin/far2l`, but that is wrong,...

APNG is very simple extension over the PNG spec. For basic support only one thing is required - pull the piece that decodes `IDAT` contents to API level. `fDAT` chunk...