vfs: check userland buffers before reading them.
[haiku.git] / src / apps / debugger / user_interface / gui / connection_config / ConnectionConfigHandler.cpp
blobd6380a8313725bd7fe4714523673f4cc90a1a525
1 /*
2 * Copyright 2016, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
4 */
5 #include "ConnectionConfigHandler.h"
8 ConnectionConfigHandler::ConnectionConfigHandler(const char* name)
10 fName(name)
15 ConnectionConfigHandler::~ConnectionConfigHandler()