qrenc: Fix array overrun in color_set If len is 8 we read 4 members from the string and store them in the temporary array col (which is only 3 elements long). Fix it by increasing the size of col.