Fix boundary checking in base-256 decoder
commit3da78400eafcccb97e2f2fd4b227ea40d794ede8
authorSergey Poznyakoff <gray@gnu.org>
Sat, 11 Feb 2023 09:57:39 +0000 (11 11:57 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Sat, 11 Feb 2023 09:59:52 +0000 (11 11:59 +0200)
tree1a8c652ab874ffe7e4c7f59d02bb78492f224456
parent02402920f871a42099cb5af535815a27ccd3ed0f
Fix boundary checking in base-256 decoder

* src/list.c (from_header): Base-256 encoding is at least 2 bytes
long.
src/list.c