huffman-encoding-visualizer icon indicating copy to clipboard operation
huffman-encoding-visualizer copied to clipboard

Wrong meta length validation

Open mohsenhosseini opened this issue 6 years ago • 0 comments
trafficstars

I think it is wrong because you get 4 bytes size for meta length in byte_array but limited in input.js only to 25000 as below

if(meta_length > 25000) return false;

mohsenhosseini avatar Nov 28 '18 15:11 mohsenhosseini