What is Nostr?
SASANO Takayoshi /
npub1j3u…lq0w
2025-01-12 12:30:50

SASANO Takayoshi on Nostr: #ifndef NOMEMCPY if ((unsigned)w - d >= e) /* (this test assumes unsigned comparison) ...

#ifndef NOMEMCPY
if ((unsigned)w - d >= e)
/* (this test assumes unsigned comparison) */
{
putchar('[');fflush(stdout);
memcpy(redirSlide + (unsigned)w, redirSlide + d, e);
putchar(']');fflush(stdout);
w += e;
d += e;
}
else /* do it slowly to avoid memcpy() overlap */
#endif /* !NOMEMCPY */

ここのmemcpy()で落ちてる(けどcore吐いてない)
Author Public Key
npub1j3un8843rpuk4rvwnd7plaknf2lce58yl6qmpkqrwt3tr5k60vfqxmlq0w