Category "libc"

Link nasm with ld.lld linker

I have main.s file. extern printf extern exit section .data fmt: db "hi!", 0xa section .text global _start _start: mov rax, 0 mov rdi, fmt call printf

What is je_free function in libc.so?

Could somebody please explain me what is je_free function defined in libc.so and when is it called? Note1: while investigating one crash reported in our applica

I cant install cargo afl due to conflict libc in build

i run this command for installing afl but got this error :slight_smile: cargo install --force afl --verbose Updating crates.io index Installing afl v0.12.2 Comp

Cygwin: C standard library does not support TIME_UTC and timespec_get?

Sample code (t667c.c, taken from here): #include <stdio.h> #include <time.h> int main(void) { struct timespec ts; timespec_get(&ts, TIM

Cygwin: C standard library does not support <uchar.h>?

Scenario: $ echo "#include <uchar.h>" | gcc -xc - -std=c11 -pedantic -Wall -Wextra <stdin>:1:10: fatal error: uchar.h: No such file or directory com

version `GLIBC_2.28' not found

I'm trying to install PyTorch on ARMv7(32-bit) architecture but PyTorch doesn’t have official ARMv7 builds so i tried this unofficial build. It installed