Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Check if jump buffer is valid or not (non-local jumps)

c++ c

Ultra-low latency programming on Linux, where to begin?

c linux latency

aes-gcm using libgcrypt api in C

c libgcrypt aes-gcm

How to check if a file is locked or not?

c file locking fcntl

How to use libavl?

Is commenting out a #include a safe way to see if it's unneeded?

c

Why would one ever declare a parameter of type array?

c arrays pointers coding-style

Is math within macro computed at compile time?

c macros build-process

Gcc preprocessor and pasting

c++ c gcc

What's a reasonably-secure, reasonably-portable way to allocate memory for private keys? [closed]

c linux unix

Weak table and GC finalizer using C API

Print all defined macros

c macros

Check if pthread_mutex is initialized

c linux pthreads posix

append a character from an array to a char pointer

c c-strings string-literals

GDB <Address 0xblablabla out of bounds> error

c debugging gdb

Why aren't glibc's function addresses randomized when ASLR is enabled?

c linux gcc glibc aslr

Why does this greater than function work?

c logic bit-manipulation

How to determine integer types that are twice the width as `int` and `unsigned`?

c int portability

Definitely Lost Memory Leak in C Program

c memory-leaks valgrind

Finding the size of a string in argv using sizeof

c pointers sizeof argv