Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Programs executes correctly and then segfaults

c

Weird behaviour using fork();

c fork

How to convert a ctime() call to strftime()?

c

How to find if there is more data to read when response is split across packets but SSL_pending is zero and SSL_get_error returns SSL_ERROR_NONE

c++ c openssl

PAPI and native events

c papi

Segmentation fault when using strcat (minimal example)

c

How to create a new object in a c function and pass a reference to it?

c++ c

char* const args[] definition [duplicate]

c++ c linux constants

Alternative to Complex.h in Visual Studio

c visual-studio

Is there a tuple datatype in C

c types

Stack Buffer Overflow: Works on GDB, doesn't outside it

c stack-overflow aslr

Are the addresses displayed by objdump final addresses or just offsets?

c linker objdump

Tracing code from user to hardware

c system

Error compiling kernel module for simple device driver

Random guessing game - bug

c

How to convert a C statement using malloc() to C++?

c++ c memory-management malloc

Mingw-w64 C11 threads.h not found?

Using strcat inside another function: Segmentation fault (core dumped)

c function fault strcat

For loop or no loop? (dataset is small and not subject to change)

c++ c performance