search for: shikhar

Displaying 3 results from an estimated 3 matches for "shikhar".

Did you mean: shekhar
2019 Nov 12
2
Using Libfuzzer on a library - linking the library to the fuzz target
...ry. *clang++ -g -O1 -fsanitize=fuzzer,address -Iinclude -Ibuild/include ..... fuzztarget.c -Lbuild/lib -llib1 -llib2* and then finally *./a.out -detect_leaks=0 corpus/* I appreciate your help with this. On Tue, Nov 12, 2019 at 11:38 AM Mitch Phillips <mitchp at google.com> wrote: > Hi Shikhar, > > You don't need to build the library with `-fsanitize-coverage=...`, using > `-fsanitize=fuzzer-no-link,address` should be sufficient. Without being > able to inspect, it seems like you're building the library/fuzz target in a > sane manner (although you can actually buil...
2019 Nov 12
2
Using Libfuzzer on a library - linking the library to the fuzz target
...link the fuzz target with the library and use the following libfuzzer options. *-fsanitize=fuzzer,address* I am looking for some guidance and feedback if this is the right way to go about fuzzing the library and the meaning of *uninitialized fixing it *line in the log. -- Live long and Prosper, Shikhar Singh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191112/782dfab1/attachment.html>
2012 Feb 15
1
Detecting Co-residency of VMs on KVM
...he same. Please suggest some of these. The idea is to find some resource (like memory, disk, etc) that is shared by the VMs and try to run some benchmarks that thrash this resource. Another idea is to take advantage of some optimization that kvm might be doing internally. Please help me. Thank you Shikhar Agarwal Undergraduate Senior IIT-Delhi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120215/baf5f99d/attachment.htm>