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.
221 stars 79 forks source link

xvcService.c stack smashing detected #17

Open aurora-lynnli opened 4 months ago

aurora-lynnli commented 4 months ago

hi! There is a stack overflow problem in the main function in zynq7000/xx/src/xvcService.c. Specifically, dev_file[] is overflowed after being operated by strcat().