Kostya Serebryany

Results 5 issues of Kostya Serebryany

[please excuse me if this has been discussed before] ``` #include #include #include int main() { std::string s = "Hellooooooooooooooo "; std::string_view sv = s + "World\n"; std::cout

Let's use this issue to maintain a list of projects that we want to see on oss-fuzz. Volunteers welcome! * [x] [binutils](https://www.gnu.org/software/binutils/), e.g. `cplus_demangle` (seen fuzzable [bugs](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79099) in the past)...

new target
priority

requesting help with gaining more coverage on OSS-Fuzz, details here: https://github.com/google/oss-fuzz/issues/2111

(consider this as a work-in-progress design doc, it will be periodically updated) EDIT 2019-06-20 # Data Flow Trace The Data Flow Trace (DFT) tells the fuzzing engine which bytes of...

priority

**Feature category** - [x] *enhancement - build system* **The problem** no bazel build support **The solution I'd like** Please support bazel build, ideally with the bazel registry (registry.bazel.build/). This will...