vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / file_systems / bindfs / Node.cpp
blob26534e587ca7e22969d4cc7681fbe0b7db602931
1 /*
2 * Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>
3 * Distributed under the terms of the MIT License.
4 */
7 #include "Node.h"
10 Node::Node(ino_t id, mode_t mode)
12 fSourceID(id),
13 fMode(mode)
18 Node::~Node()