Displaying 6 results from an estimated 6 matches for "2fdetail".
2014 May 30
3
[LLVMdev] Porting ASan to AArch64
...discussed in this thread:
https://code.google.com/p/address-sanitizer/issues/detail?id=246#makechanges
<https://mymail.qualcomm.com/owa/redir.aspx?C=k7Wv_sbf90SWPFjF3_Wzyp-KmK3QT9EI87JrUWjRxE-4GcylWFTmUnPhLYMjO_xSknvKZiQAOf8.&URL=https%3a%2f%2fcode.google.com%2fp%2faddress-sanitizer%2fissues%2fdetail%3fid%3d246%23makechanges>
I contacted Christophe Lyon, and he said he had successfully ported ASan to
aarch64 and had committed a patch to enable this to LLVM:
https://github.com/llvm-mirror/compiler-rt/commit/33465467e7f8243933100bab3cf8f34b79a8f54c
<https://mymail.qualcomm.com/owa/redir.as...
2013 Feb 02
0
[LLVMdev] Join my network on LinkedIn
...401_I355046044_110/?hs=false&tok=0OuHdu3DUFQRA1
------------------------------------------
You are receiving Invitation emails.
This email was intended for Jian Liu.
Learn why this is included: http://www.linkedin.com/e/q41aee-hcp8t6ws-38/plh/http%3A%2F%2Fhelp%2Elinkedin%2Ecom%2Fapp%2Fanswers%2Fdetail%2Fa_id%2F4788/-GXI/?hs=false&tok=0gDMZZyoAFQRA1
(c) 2012, LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130202/e7aed289/attach...
2014 Jan 24
0
Bèrto, please add me to your LinkedIn network
...427499_16/?hs=false&tok=2_e90WLrT4EC41
------------------------------------------
You are receiving Invitation emails.
This email was intended for B?rto 'd S?ra.
Learn why this is included: http://www.linkedin.com/e/nx18ph-hqt74cc0-4y/plh/http%3A%2F%2Fhelp%2Elinkedin%2Ecom%2Fapp%2Fanswers%2Fdetail%2Fa_id%2F4788/-GXI/?hs=false&tok=14FHOBzxT4EC41
(c) 2012, LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20140124/b1351bea/attachment....
2013 Sep 12
0
Guillermo, conectemos en LinkedIn
...-------
Est?s recibiendo invitaciones por correo electr?nico.
Este mensaje de correo electr?nico estaba dirigido a Guillermo Bernaldo de Quir?s Maraver.
Averigua la raz?n por la que incluimos esto: http://www.linkedin.com/e/17jf7e-hlhha05m-3c/plh/http%3A%2F%2Fhelp%2Elinkedin%2Ecom%2Fapp%2Fanswers%2Fdetail%2Fa_id%2F4788/-GXI/?hs=false&tok=12vUJs1hEdI5U1
(c) 2012, LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, EE.UU.
2020 Oct 30
1
Where to find OpenSSH patch for CVE-2020-14145
On 10/30/20 4:51 PM, Pawel Winogrodzki wrote:
> Hello,
>
> We are currently trying to apply a patch to our 8.0p1 version of OpenSSH for CVE-2020-14145<https://nvd.nist.gov/vuln/detail/CVE-2020-14145>. The "patch" tag from NIST's web page links to the 8.3p1 vs 8.4p1 comparison<https://github.com/openssh/openssh-portable/compare/V_8_3_P1...V_8_4_P1> on GitHub. Is
2019 Oct 25
4
unnecessary reload of 8-byte struct on i386
Hello folks,
I've recently been looking at the generated code for a few functions in Chromium while investigating crashes, and I came across a curious pattern. A smallish repro case is available at https://godbolt.org/z/Dsu1WI . In that case, the function Assembler::emit_arith receives a struct (Operand) by value and passes it by value to another function. That struct is 8 bytes long, so the