[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xsplice: Missing if ( sec )
Add the missing conditional. Reported-by: Jan Beulich <JBeulich@xxxxxxxx> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> --- This has been in there since v3 posting! And I really need to finish with the OSSTest regression tests to catch this. Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Cc: Jan Beulich <jbeulich@xxxxxxxx> Cc: Wei Liu <wei.liu2@xxxxxxxxxx> --- xen/common/xsplice.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/common/xsplice.c b/xen/common/xsplice.c index 777faa7..c9fc53a 100644 --- a/xen/common/xsplice.c +++ b/xen/common/xsplice.c @@ -548,6 +548,7 @@ static int prepare_payload(struct payload *payload, } sec = xsplice_elf_sec_by_name(elf, ELF_XSPLICE_DEPENDS); + if ( sec ) { n = sec->load_addr; -- 2.5.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |