dma_ip_drivers icon indicating copy to clipboard operation
dma_ip_drivers copied to clipboard

Fix buffer overflow in engine_status_dump() function

Open dmitrym1 opened this issue 11 months ago • 1 comments

fixes #314, also fixes a typo (INVLIAD_LEN => INVALID_LEN)

dmitrym1 avatar Jan 17 '25 13:01 dmitrym1

@dmitrym1 Hi, I think this all is really unnecessary. If you would like to improve the function, get rid of the messy buffer and sprintf altogether and switch to use pr_cont.

Prandr avatar Apr 23 '25 11:04 Prandr