Displaying 3 results from an estimated 3 matches for "arrayobj".
2013 Feb 23
5
[PATCH] x86: fix null pointer dereference in intel_get_extended_msrs()
`memset(&mc_ext, 0, ...)'' leads to a buffer overflow and a subsequent
null pointer dereference. Replace `&mc_ext'' with `mc_ext''.
Signed-off-by: Xi Wang <xi@mit.edu>
---
xen/arch/x86/cpu/mcheck/mce_intel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/arch/x86/cpu/mcheck/mce_intel.c b/xen/arch/x86/cpu/mcheck/mce_intel.c
index
2009 Jun 29
2
[LLVMdev] Instruction Combining Pass *Breaking* Struct Reads?
....
The following snipper is without instruction combining being run:
%2 = alloca i8, i32 16 ; <i8*> [#uses=1]
%3 = alloca i8, i32 12 ; <i8*> [#uses=1]
%4 = call i8* @"Environment::extend"(i8* inttoptr (i32 173374432 to i8*))
; <i8*> [#uses=3]
%5 = call i8* @"ArrayObj::create"(i32 0) ; <i8*> [#uses=1]
%6 = call i8* @"Interpreter::callFunction"(i8* inttoptr (i32 147457088 to
i8*), i8* %5, i32 0) ; <i8*> [#uses=0]
%7 = bitcast i8* %2 to { i64, i64 }* ; <{ i64, i64 }*> [#uses=3]
%8 = bitcast i8* %3 to { i8*, i64 }* ; <{ i8...
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...caused the server to terminate
Fixed severly broken calls to pci_device_find_by_slot. I mis-read the
Added a comment about some suspicious code.
Move probe_devices_from_device_sections,
Remove some static declarations for things that were removed in
Add new Mesa files arrayobj.c and arrayobj.h.
Fix a compiler warning about varibles being used without being set.
Move declaration of "j" inside #ifdef block where it is used to
Eliminate "ugly" spaces around parenthesis. Add const qualifier.
Use XSERVER_LIBS instead of XORG_LIBS f...