@@ -2024,7 +2024,7 @@ base64_encode(const unsigned char *src, size_t len)
if (k + 1 < len)
return NULL;
w = GC_MALLOC_ATOMIC(k + 1);
w = GC_MALLOC_ATOMIC_IGNORE_OFF_PAGE(k + 1);
w[k] = 0;
at = w;
The note is not visible to the blocked user.