Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

WRITE_ONCE and READ_ONCE in linux kernel

Which is better for local IPC, POSIX message queues (mqueues) or Unix domain (local) sockets?

c++ c sockets ipc posix

CAN for large packets of data exchange without using standard protocols

c embedded can-bus

Why does GCC’s static analyser falsely warn that a pointer to an allocated memory block itself stored in an allocated memory block may leak?

c gcc malloc

The x86 disassembly for C code generates: orq $0x0, %(rsp)

c assembly gcc x86-64 callstack

Why is address sanitizer not indicating a memory leak after malloc() memory was not freed?

Why return does not exit a process in xv6?

c xv6

Making HTTPS requests from ESP32

c esp32 esp-idf

FATAL: ThreadSanitizer: unexpected memory mapping when running on Linux Kernels 6.6+

Monotonic Clock in C [duplicate]

c algorithm time clock

How to drop root privileges on linux in C?

c linux

C/C++: using a typedef'd function pointer to *declare* a function

c++ c

How does Non - local Jumps in C defined in setjmp.h work?

c setjmp

Grouping child processes with setpgid()

c linux process

what's the difference between type and protocol in socket()?

What do the terms platform and framework refer to?

What kind of cleanup occurs from the process after calling exit() in C?

Why is quick sort better than counting sort? [closed]

"Multiple definition of" "first defined here" on GCC 10.2.1 but not GCC 8.3.0