Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

Why do program-level constructors get called by `__libc_csu_init` but destructors don't get called by `__libc_csu_fini`?

c++ assembly gdb glibc libc

What is `scanf` supposed to do with incomplete exponent-part?

c language-lawyer c99 glibc

Why is _init from glibc's csu/init-first.c called before _start even if _start is the ELF entry point?

c linux gcc gdb glibc

Why doesn't time() from time.h have a syscall to sys_time?

linux gcc assembly x86-64 glibc

How to force linkage to older libc `fcntl` instead of `fcntl64`?

How to create a temporary directory in C?

c unix glibc

Does linking an `-lpthread` changes application behaviour? (Linux, Glibc)

linux pthreads glibc

glibc - #define void

c glibc libc

Is this is a good way to intercept system calls?

c linux gcc x86-64 glibc

How to compile LLVM against a custom glibc?

vim cmake clang llvm glibc

Why does an fread loop require an extra Ctrl+D to signal EOF with glibc?

c glibc eof fread libc

ec2 server postgres error "version `GLIBC_2.14' not found"

Stacks are executable even with `noexecstack`

c linux gcc linker glibc

using std::thread in a library loaded with dlopen leads to a sigsev

c++ glibc dlopen stdthread

glibc backtrace - can't redirect output to file

debugging glibc

multiple threads able to get flock at the same time

c linux glibc flock

Sorting list of string with specific locale in python

python locale ctypes glibc

Why can the execve system call run "/bin/sh" without any argv arguments, but not "/bin/ls"?

__vdso_time missing from core utils?

c linux gcc linker glibc

pthread functions "_np" suffix

posix pthreads glibc