You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KLH10> go
Starting KN10 at loc 0144550...
Salvager 260
Program received signal SIGSEGV, Segmentation fault.
0x00000000004243da in rp_clear (rp=rp@entry=0x649760 <dvrp>) at ../../src/dvrpxx.c:1190
1190 rp->rp_sdprp->dprp_err = 0; /* For now, so rp_ssta doesn't spill beans */
@Pul-Ess discovered that KLH10 will crash if the host machine is out of memory and allocation of a shared memory segment fails.
Specifically, inside dvrpxx.c rp_clear will fail if rp->rp_sdprp is NULL.
The text was updated successfully, but these errors were encountered: