matrix-io / matrix-creator-hal

Hardware Abstraction Layer for MATRIX Creator & MATRIX Voice
https://matrix-io.github.io/matrix-documentation/matrix-hal/overview/
GNU General Public License v3.0
70 stars 50 forks source link

fixed the stack buffer overflow in the bus read. #67

Closed cmetz closed 6 years ago

cmetz commented 6 years ago

The size was calculated on the pointer=4 and not on the actual size of uint16_t=2.