tvkitchen / utilities

Standalone packages and tools used by appliances and implementations.
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Fix unsafe DataView #15

Closed slifty closed 3 years ago

slifty commented 3 years ago

Description

This PR fixes a bug where small buffers could result in attempted processing of unexpected sections of memory.

Many thanks to @chriszs for finding this bug and figuring out the solution.

Related Issues

Resolves #13