# New Ticket Created by  Paul Cochrane 
# Please include the string:  [perl #46407]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46407 >


In src/io/io_mmap.c:PIO_mmap_open() there is the todo item:

 /* XXX assume fstat exists too

My guess is that instead of assuming that fstat exists, it should be tested
for, and used if found, and an exception thrown if not.

Reply via email to