Commit eef79f664a549c7763a02f413b27d975cf6b810e

Tobias Klauser 2015-03-05T14:13:47

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.