DrMemCS / drmem

Full source tree for the DrMem control system
MIT License
3 stars 4 forks source link

Fix regression in TP-Link driver #85

Closed rneswold closed 1 year ago

rneswold commented 1 year ago

Fixes a bug introduced in 5f033095491b38d20427e04f283b8ad1cd280f29. I was trying to create a dynamically-sized buffer without resorting to unsafe code. But it didn't work. This pull request includes a test that will detect if the code breaks (if I try to improve it in the future.)