SGOTI
Yung_Lyun@mastodon.social
<p># HPR Correspondent: Some Guy On The Internet (SGOTI).<br />- Host ID: 391<br />- Mastodon: <span class="h-card" translate="no"><a href="https://mastodon.social/@Yung_Lyun" class="u-url mention">@<span>Yung_Lyun</span></a></span><br />- Matrix: <span class="h-card" translate="no"><a href="https://mastodon.social/@sgoti" class="u-url mention">@<span>sgoti</span></a></span>:matrix.org<br />- All messages, created by SGOTI, published on the Social Media platforms: Mastodon, Matrix, and Mumble are licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC-BY-SA 4.0 International).</p><p>Now supporting ChaCha20.</p>
Posts
-
Post #2116763
@climagic In a `strace` log I’ve found the `readlink` syscall and it gives a alphanumeric string (0x7fff6da42f80) I think is a buffer. Here is the line from the log: `readlink(&quot;/home&quot;, 0x7fff6da42f80, 1023) = -1 EINVAL (Invalid argument)` I found some info in the `man readlink.2`: “ssize_t readlink(const char *restrict pathname, char buf[restrict .bufsiz], size_t bufsiz);” If you have the time can you offer some sources I can read for a better understanding? Thank you...