Displaying 2 results from an estimated 2 matches for "mc_ext".
Did you mean:
ac_ext
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...
2004 Jul 26
1
Global Variables Scope
...like either (a) that the global
variables being defined in this section can be used from voicemail.conf
or (b) that I can include the globalvars.conf in voicemail.conf and use
the variables there also.
So: (Bad example but just allow me...)
globalvars.conf
#MY INFORMATION
MC_NAME=Mike Coakley
MC_EXT=2100
MC_VM=2100@tech
MC_QUEUE=techs
MC_EMAIL=mcoakley @ ioumail.com
MC_PAGER=yeahright @ spamyalater.com
Then in extension.conf
[globals]
#include globalvars.conf
[tech_stations]
exten => 2100,1,Macro(std_extn,${MC_EXT}, ${MC_VM})
In voicemail.conf
[tech]
${MC_VM}=1234,${MC_NAME},${MC_EMAIL...