|
@@ -1522,11 +1522,11 @@ static int fill_note_info(struct elfhdr *elf, int phdrs,
|
|
info->thread = NULL;
|
|
info->thread = NULL;
|
|
|
|
|
|
psinfo = kmalloc(sizeof(*psinfo), GFP_KERNEL);
|
|
psinfo = kmalloc(sizeof(*psinfo), GFP_KERNEL);
|
|
- fill_note(&info->psinfo, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo);
|
|
|
|
-
|
|
|
|
if (psinfo == NULL)
|
|
if (psinfo == NULL)
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
|
|
+ fill_note(&info->psinfo, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Figure out how many notes we're going to need for each thread.
|
|
* Figure out how many notes we're going to need for each thread.
|
|
*/
|
|
*/
|