Actions
Bug #6081
closed[PATCH] io.c (do_io_advise): raise exception without segfaulting
    Bug #6081:
    [PATCH] io.c (do_io_advise): raise exception without segfaulting
  
Description
IO objects (e.g. pipes) may have Qnil for fptr->pathv.  Calling
RSTRING_PTR on Qnil is unsafe and causes a segmentation fault.
This issue also affects 1.9.3 and will need to be backported.
Files
Actions