monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
633 stars 147 forks source link

set explicit length for peek results buffer #1722

Closed catfact closed 1 year ago

catfact commented 1 year ago

noticed screen.peek in lua was returning strings bigger than requested. turns out weaver was pushing the buffer using lua_pushstring which assumes null-termination; changed this to lua_pushlstring with explicit length.