Mohammed Imaduddin
Mohammed Imaduddin
This PR adds initial integration for the [goipp](https://github.com/OpenPrinting/goipp) project - a Go implementation of the Internet Printing Protocol (IPP) core. All fuzz harnesses are maintained externally in the [OpenPrinting/fuzzing](https://github.com/OpenPrinting/fuzzing) repository....
**What would you like to be added**: golint warnings in ipsec_controller.go needs to be fixed: **Why is this needed**: to ensure the codebase follows Go best practices
unable to generate test cases (panic: invalid memory address (StdSizes nil) when running on go file)
ran this: ``` ~/go/bin/nxt_unit \ -file_path=/home/user/project/message.go \ -directory_path=/home/user/project \ -receiver_name=Message \ -function_name=Decode \ -receiver_is_start \ -usage=plugin ``` crashes with: ``` panic: runtime error: invalid memory address or nil pointer dereference...
This PR adds initial integration for the [ipp-usb](https://github.com/OpenPrinting/ipp-usb) project - a daemon for IPP-over-USB printers, implementing driverless printing and scanning over USB. All fuzz harnesses are maintained externally in the...