CVSROOT: /cvs Module name: ports Changes by: t...@cvs.openbsd.org 2025/03/03 01:03:55
Modified files: www/w3m : Makefile Added files: www/w3m/patches: patch-file_c Log message: w3m: add workaround for segfault for dump_source/dump_extra This avoids passing NULL to a function that clearly can't deal with it. It probably isn't correct, but at least it doesn't crash. reported by Jon Fineman ok jca