<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 1, 2017 at 9:50 AM, Mehdi Amini via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div><div class="gmail-h5"><br><div><blockquote type="cite"><div>On Feb 1, 2017, at 9:27 AM, Kostya Serebryany <<a href="mailto:kcc@google.com" target="_blank">kcc@google.com</a>> wrote:</div><br class="gmail-m_-535443525573343206Apple-interchange-newline"><div><br class="gmail-m_-535443525573343206Apple-interchange-newline"><br style="font-family:helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div class="gmail_quote" style="font-family:helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">On Wed, Feb 1, 2017 at 9:19 AM, Michael Kruse<span class="gmail-m_-535443525573343206Apple-converted-space"> </span><span dir="ltr"><<a href="mailto:llvmdev@meinersbur.de" target="_blank">llvmdev@meinersbur.de</a>></span><span class="gmail-m_-535443525573343206Apple-converted-space"> </span><wbr>wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span>2017-02-01 18:07 GMT+01:00 Kostya Serebryany <<a href="mailto:kcc@google.com" target="_blank">kcc@google.com</a>>:<br>> Yes, I used to run clang-fuzzer and clang-format-fuzzer on this bot, but not<br>> any more.<br>> The reason is simple -- the bot was always red (well, orange) and the bugs<br>> were never fixed.<br>><br>> Currently we run clang-fuzzer (but not clang-format-fuzzer) on our internal<br>> fuzzing infra<br>> and Richard has fixed at least one bug found this way.<br>><span class="gmail-m_-535443525573343206Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?view=revision&revision=291030" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?view=revision&revision<wbr>=291030</a><br>><br>> My llvm fuzzing bot was pretty naive and simple.<br>> If we want proper continuous fuzzing for parts of LLVM we either need to<br>> build a separate "real" continuous fuzzing process,<br>> or use an existing one. Luckily, there is one :)<br>> As a pilot I've recently added the cxa_demangler_fuzzer to OSS-Fuzz:<br>><span class="gmail-m_-535443525573343206Apple-converted-space"> </span><a href="https://github.com/google/oss-fuzz/tree/master/projects/llvm_libcxxabi" rel="noreferrer" target="_blank">https://github.com/google/<wbr>oss-fuzz/tree/master/projects/<wbr>llvm_libcxxabi</a><br>> It even found one bug which Mehdi already fixed!<br>><span class="gmail-m_-535443525573343206Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?view=revision&revision=293330" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?view=revision&revision<wbr>=293330</a><br>> The bug report itself will become public in ~4 days:<br>><span class="gmail-m_-535443525573343206Apple-converted-space"> </span><a href="https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=370" rel="noreferrer" target="_blank">https://bugs.chromium.org/p/<wbr>oss-fuzz/issues/detail?id=370</a><br><br></span>Thanks for the explanation.<br><span><br><br><br>>> > Another (obvious?) fuzzing candidate would be the LLVM's bitcode<br>>> > reader. I ran afl-fuzz on it and it found lots of failed assertions<br>>> > within seconds. Isn't fuzzing done on a regular basis as [1] suggests<br>>> > should be done? Should I report the crashes found by it?<br>>><br>>> The bitcode reader is known to not be robust against malformed inputs.<br>><br>><br>> Yes, I afraid the bitcode reader (as some other parts of LLVM) are not<br>> robust enough to withstand fuzzing. :(<br>> Note that if we want to use libFuzzer (which is an in-process fuzzer) the<br>> target should not assert/abort/exit on any input (if it's not a bug).<br><br></span>Is there any incentive to change that?<span class="gmail-m_-535443525573343206Apple-converted-space"> </span></blockquote><div><br></div><div>Not that I know of.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">A google Summer of Code project maybe?<br></blockquote><div><br></div><div>Maybe. </div><div>The bottleneck is not bug finding, but bug fixing, which sometimes may require large changes. </div><div>And doing code review for such changes might be more work than just making them. </div><div><br></div></div></div></blockquote></div><br></div></div><div>For the bitcode for example, I wouldn’t expect it to be large changes that would be complicated to review. However these are still tedious bugs to fix.</div><div>About a GSOC, my own personal opinion is that we should try to give interesting / fun projects to student and not use them as cheap labor to fix the small bugs and issues we’re not able to prioritize ourself.</div></div></blockquote><div><br></div><div>I got started on LLVM in college working on "small bugs and issues we’re not able to prioritize ourself" (e.g. refactoring TableGen). Yes, it's not flashy, but people in the community do appreciate it. Also, IMO most of the "hard part" of learning to work on LLVM for real (and OSS in general) is learning the development workflow, interacting with the community, etc. and for that, small fixes are actually just as good (if not better) preparation than working on some flashy thing.</div><div><br></div><div>My experience is that most of the work (in terms of time) to be done on real software projects is bug fixes and small issues (i.e. maintenance), so it's good to be comfortable doing that and treating it as a normal thing rather than a "chore"; and you can only get that kind of experience working on a real project that has maintenance to do :)</div><div><br></div><div>-- Sean Silva</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div><br></div><div>My 2 cents :)</div><div><br></div><div>— </div><div>Mehdi</div><div><br></div></div><br>______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
<br></blockquote></div><br></div></div>