﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
245	Forgotten error handling in vfs_open.	Tomas Brambora		"In vfs_ops.c, function vfs_open there are this two statements:

{{{
vfs_file_t *file = vfs_file_get(fd);
file->node = node;
}}}

However, vfs_file_get can return NULL, in which case file->node causes VFS to crash."	defect	closed	major	0.4.3	helenos/srv/vfs	mainline	fixed					
