vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / print / drivers / gutenprint / GPJobConfiguration.cpp
blob00314c68436814a458aee627b4bf2d0c0cd523e5
1 /*
2 * Copyright 2010, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Michael Pfeiffer
7 */
8 #include "GPJobConfiguration.h"
10 GPJobConfiguration::GPJobConfiguration()
12 fDriver(),
13 fPageSize(),
14 fResolution(),
15 fInputSlot(),
16 fPrintingMode(),
17 fXDPI(600),
18 fYDPI(600)