vfs: check userland buffers before reading them.
[haiku.git] / src / servers / net / AutoconfigClient.cpp
blobb7e424f2afe6269ae789c15b3d585dd88193c252
1 /*
2 * Copyright 2008, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Axel Dörfler, axeld@pinc-software.de
7 */
10 #include "AutoconfigClient.h"
13 AutoconfigClient::AutoconfigClient(const char* name, BMessenger target,
14 const char* device)
15 : BHandler(name),
16 fTarget(target),
17 fDevice(device)
22 AutoconfigClient::~AutoconfigClient()
27 status_t
28 AutoconfigClient::Initialize()
30 return B_NOT_SUPPORTED;