Displaying 4 results from an estimated 4 matches for "20type".
Did you mean:
20time
2017 Aug 29
3
how to auto-report LLVM bugs found by fuzzing?
...be CC-ed explicitly?
(please add yourself to
https://github.com/google/oss-fuzz/blob/master/projects/llvm/project.yaml)
Examples of bug reports follow.
Thanks!
--kcc
dwarfdump:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3216&q=label%3AProj-llvm%20dwarfdump-fuzzer&colspec=ID%20Type%20Component%20Status%20Proj%20Reported%20Owner%20Summary
Crash Type: ASSERT
Crash Address:
Crash State:
result <= UINT32_MAX
llvm::object::WasmObjectFile::parseStartSection
llvm::object::WasmObjectFile::parseSection
Crash Type: Heap-buffer-overflow READ 1
Crash Address: 0x60200000009a
Cr...
2011 Jul 28
1
Xen + Masquerade the processor info.
Hi guys,
Is there a way to mask the processors info, like, the server host
is an Intel Xeon 3,00GHz but in guest will show Intel Core 2 Duo 1GHz.
My goal is not to limit anything, just mask the processor info.
I heard something about CPUID, but couldnt find much about it or
how to implement it with Xen.
Thanks all.
Tony M.
_______________________________________________
2017 Aug 29
2
how to auto-report LLVM bugs found by fuzzing?
...et up.
>
> > Examples of bug reports follow.
> >
> > Thanks!
> >
> > --kcc
> >
> >
> > dwarfdump:
> >
> > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=
> 3216&q=label%3AProj-llvm%20dwarfdump-fuzzer&colspec=ID%
> 20Type%20Component%20Status%20Proj%20Reported%20Owner%20Summary
> >
> > Crash Type: ASSERT
> > Crash Address:
> > Crash State:
> > result <= UINT32_MAX
> > llvm::object::WasmObjectFile::parseStartSection
> > llvm::object::WasmObjectFile::parseSection
>...
2011 Jul 09
10
Starting basic HVM -- where am I going wrong?
I''ve been using Xen strictly for PV for a while now, but I recently upgraded to hardware capable of HVM domUs. I''m trying to get a really basic HVM instance going so I can get my hands around making them work, in anticipation of using one to run a BSD to act as a firewall for other domUs on the machine. (I like PF.) Also, I might need run windows at some point, I suppose.