Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

realloc but only first few bytes is meaningful

Dangers of compiling with GNU Libc and running on eglibc in Linux?

linux ubuntu libc eglibc

mmap() with LD_PRELOAD and boost::interprocess does not work

c++ c boost glibc libc

Installing a prebuilt binary on Android: "not found"

android linux arm emulation libc

Are dev_t and ino_t required to be integer types?

c posix standards libc

Catching libc error messages, redirecting from /dev/tty [duplicate]

c++ c libc

What is "namespace cleanliness", and how does glibc achieve it?

c posix language-lawyer libc

version `GLIBC_2.28' not found

Android libc.so crash?

Startup code of a statically-linked executable issues so many system calls?

function address in libc?

c linux libc

Why to use 'errno' at all?

c std libc

Different offset in libc's backtrace_symbols() and libunwind's unw_get_proc_name()

Why don't I get a link error when I provide my own malloc and free?

c libc

Android weird lib.c crash

android crash libc

Go build with another glibc

When invoking clock_gettime() may the returned tv_nsec field actually exceed a second?

c linux glibc libc

getline() with a file descriptor instead of a file pointer

c posix getline libc

equivalent of memcmp() in Java?

java c posix libc memcmp