Xilinx / XilinxVirtualCable

Xilinx Virtual Cable (XVC) is a TCP/IP-based protocol that acts like a JTAG cable and provides a means to access and debug your FPGA or SoC design without using a physical cable.
224 stars 80 forks source link

Fix string buffer overflow in xvcServer for Zynq 7000 #18

Open tspilling opened 3 weeks ago

tspilling commented 3 weeks ago

Running the xvcServer on the Zynq 7000 results in a buffer overflow error. Extending the dev_file character buffer to allow room for string concatenation resolves the error.