Results 12 issues of ath0

Send a request with the following headers: ``` transfer-encoding: chunked\t\r\n content-length: 60\r\n ``` The check for chunked will fail because of the extra tab (`\t`), so Sozu will look at...

bug
security
h1

Here is the data that it being inserted into the JLTextView (in string form): ``` objc // IDEDetailViewController.h // UnicornIDE // // Created by Andrew H on 10/1/13. // Copyright...

bug

Definitely related to https://github.com/Anviking/Chromatism/issues/10 Sometimes, only part of the text is highlighted. Something like this is often logged when this happens: `Removed Indexes:[number of indexes: 106 (in 1 ranges), indexes:...

When you dismiss the keyboard after editing the text inside a `JLTextView`, the view scrolls in a unwanted way.

bug

For some reason it's calling `[self setTitle:nil]` on finishProgress and cancelProgress in the completion block of the hide animation... - https://github.com/Marxon13/M13ProgressSuite/blob/5927f8faaa239332d0928e376d2f579499bd273d/Classes/NavigationController/UINavigationController%2BM13ProgressViewBar.m#L112 - https://github.com/Marxon13/M13ProgressSuite/blob/5927f8faaa239332d0928e376d2f579499bd273d/Classes/NavigationController/UINavigationController%2BM13ProgressViewBar.m#L135 The navigation controller title appears in UITabBarControllers,...

the benchmark.yaml in master currently is quite misleading: https://github.com/google/fuzzbench/blob/c734a74ba59deada3cf4d7e37009125e26d51701/benchmarks/freetype2_ftfuzzer/benchmark.yaml#L15-L18 That commit ([cd02d359a6d0455e9d16b87bf9665961c4699538](https://github.com/freetype/freetype/commit/cd02d359a6d0455e9d16b87bf9665961c4699538)) is not from 2023, it is from 2017. Imagine my surprise when a long fuzzing run ended and...

This contribution is on behalf of Trail of Bits. **This depends on the refactor in #358.** This adds Windows support to the x86 JIT. The only differences are we have...

This contribution is on behalf of Trail of Bits. This adds support for aarch64 code generation to the JIT. This refactors the architecture-specific code emission parts of the existing x86...

https://github.com/AFLplusplus/AFLplusplus/blob/e7d871c8bf64962a658e447b90a1a3b43aaddc28/src/afl-fuzz-queue.c#L1340-L1350 A couple of fuzzbench benchmarks hang indefinitely in the above loop. I attached a debugger to one and plucked out the following values: `q_testcase_cache_size` is 0x100000 `q_testcase_max_cache_size` is 0x200000...

Sys-V shared memory (shmget, shmat, etc.), will not be immediately cleaned up by the kernel upon the exit of the jailed process (Linux cleans it up lazily using a workqueue),...