File tree Expand file tree Collapse file tree
common/include/villas/kernel/devices Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /* Interface for Linux/Unix device drivers
1+ /* Interface for Linux/Unix devices.
22 *
33 * Author: Pascal Bauer <pascal.bauer@rwth-aachen.de>
44 *
Original file line number Diff line number Diff line change 1- /* Driver
1+ /* Interface for Linux/Unix device drivers
22 *
33 * Author: Pascal Bauer <pascal.bauer@rwth-aachen.de>
44 *
Original file line number Diff line number Diff line change 1- /* IpDevice
1+ /* IpDevice: Linux/Unix device which represents an IP component of a fpga
22 *
33 * Author: Pascal Bauer <pascal.bauer@rwth-aachen.de>
44 *
@@ -22,7 +22,7 @@ class IpDevice : public PlatformDevice {
2222
2323private:
2424 IpDevice () = delete ;
25- IpDevice (const std::filesystem::path valid_path)
25+ IpDevice (const std::filesystem::path valid_path) // ! Dont allow unvalidated paths
2626 : PlatformDevice(valid_path){};
2727
2828public:
Original file line number Diff line number Diff line change 1- /* Platform Device
1+ /* Platform Device: Platform bus based Linux/Unix device.
22 *
33 * Author: Pascal Bauer <pascal.bauer@rwth-aachen.de>
44 *
You can’t perform that action at this time.
0 commit comments