2 Sep
2018
2 Sep
'18
12:49 a.m.
https://bugs.winehq.org/show_bug.cgi?id=44405 --- Comment #10 from Richard Yao <ryao(a)gentoo.org> --- To make it more clear, the problem is that encodeBase64W is trying to dereference invalid memory. It looks like it is being done on this line: /* first char is the first 6 bits of the first byte*/ *ptr++ = b64[ ( d[0] >> 2) & 0x3f ]; -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.