b64.c icon indicating copy to clipboard operation
b64.c copied to clipboard

The allocated buffer is too big for iOS.

Open wangfenghappy opened this issue 1 year ago • 2 comments

// How much memory to allocate per buffer #define B64_BUFFER_SIZE (1024 * 64) // 64K

wangfenghappy avatar Jun 26 '24 08:06 wangfenghappy

@wangfenghappy which value should this be?

jwerle avatar Mar 14 '25 13:03 jwerle

Since #35 has landed, I believe this can be closed.

stephenmathieson avatar Apr 04 '25 19:04 stephenmathieson