Re: [PATCH]: double free in trace extension

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




----- Original Message -----
> Hi Dave and other list readers,
> 
> First, just like some other contributors, I've come across an issue
> triggered by a dump being corrupt. In my case it's this code in
> kernel.c:cpu_maps_init():
> 
>     if (*maskptr & (0x1UL << c)) {
>        cpu = (i * BITS_PER_LONG) + c;
>        kt->cpu_flags[cpu] |= mapinfo[m].cpu_flag;
>     }
> 
> The mask is corrupt, making Crash believe there are more CPU's than the
> four we have allocated space for in kernel.c:kernel_init. How do you
> think this should be handled?

Does the "crash --cpus <number> ..." command-line option work around it?

Dave

--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility


[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux