w3m
w3m copied to clipboard
Debian's w3m: WWW browsable pager
``` As it seems tats is MIA[0] since over a year. I tried to contact him via Email, last time in April this year. I tried getting other contact info...
# Fuzz driver generated by [oss-fuzz-gen](https://github.com/google/oss-fuzz-gen) ```cpp #include "wc.h" #include "wtf.h" #include #include #include #include static void *die_oom(size_t bytes) { fprintf(stderr, "Out of memory: %lu bytes unavailable!\n", (unsigned long)bytes); exit(1);...
Building w3m v0.5.3+git20230121 on Fedora Rawhide using GCC 15 fails like this (likely C23-related): ``` gcc -Wall -Wnull-dereference -I. -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3...
When I execute w3m on GitHub, e.g. `w3m https://github.com/` or just by following a link, w3m displays ``` gzip: stdin: not in gzip format ``` This occurs under both Debian/unstable...
git clone https://github.com/tats/w3m.git cd w3m CC=gcc CXX=g++ CFLAGS="-fsanitize=address -fPIC -O2" CXXFLAGS="-fsanitize=address -fPIC -O2" ./configure make ./w3m -dump input AddressSanitizer:DEADLYSIGNAL ================================================================= ==20170==ERROR: AddressSanitizer: SEGV on unknown address 0x000012001400 (pc 0x7ffff6bfe743 bp...