Opened 15 years ago

Closed 15 years ago

#70 closed defect (fixed)

Cating a directory causes segfault in VFS

Reported by: Martin Decky Owned by:
Priority: major Milestone: 0.4.1
Component: helenos/srv/vfs Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

Executing "cat srv" shell command in the root directory of the RAM disk (FAT) causes a segfault in the VFS server: On ia32 the kernel console says:

Task init:vfs (6) killed due to an exception at 0xf038: Page fault: 0xb.

Change History (1)

comment:1 by Jakub Jermář, 15 years ago

Resolution: fixed
Status: newclosed

VFS did not test file descriptors for being < 0.
Fixed in revision 4362.

Note: See TracTickets for help on using tickets.