Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

Why is the address of __libc_start_main always the same inside GDB even though ASLR is on?

c linux gdb libc aslr

Linux function to get mount points

c linux mount libc

Overlapping pages with mmap (MAP_FIXED)

c linux mmap libc

Why would it be illegal to inform about “abort”?

c gnu libc code-documentation

Since the Standard C committee did not standardize a simple replacement for gets(), what should it be?

c language-lawyer glibc libc

Why does time(time_t *) function both return and set the by-ref?

c time libc

Is malloc/free a syscall or a library routine provided by libc?

c linux system-calls libc

Replacing extrordinarily slow pow() function

c fortran libc pow

What does "f" stand for in C standard library function names?

c naming libc

To infinity and back

c++ c floating-point libc

Is MSVCRT under Windows like glibc (libc) under *nix?

msvcrt libc

Why is argv parameter to execvp not const?

c libc execvp

Fatal signal 11 (SIGSEGV) code=2 on genymotion emulator not using NDK

Where can I browse the sourcecode for libc online (like doxygen)

documentation kernel libc

How do I reimplement (or wrap) a syscall function on Linux?

c linux system-calls libc

Are symbols from the C standard library reserved in C++?

c++ c language-lawyer libc

Should I free/delete char* returned by getenv()?

c libc

What does the first "c" stand for in "calloc"?

Where is ptrdiff_t defined in C?

c types libc stdint

How to use debug version of libc

linux gdb libc debug-symbols ldd