w3m
w3m copied to clipboard
Debian's w3m: WWW browsable pager
In 4e464819, a workaround was applied to prevent buffer overruns in addMultirowsForm. Unfortunately, the same issue affects addMultirowsImg; I have been able to consistently reproduce it by enabling inline images...
Removing most (all?) dead code (commented out, ifdef 0'd, etc) and removing and fixing various smaller things. It's a draft for now as it needs some adjustment once the other...
The most important patch is 664f72fc (Replace deprecated MD5 function) which fixes GH Issue #252.
The function `unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md)` from openssl is deprecated ad therefore generates lots of warnings in the build when compiling against openssl...
When history is enabled but there is no history file, w3m logs an error message. Change that behavior to create a history file if it doesn't exists.
w3m heap-use-after-free Hello, w3m developers! I found a heap-use-after-free in w3m. Please confirm. Thanks! Test Environment Ubuntu 20.04, 64 bit w3m (version: w3m-0.5.3-git20220429;) How to trigger Compile the program with...
...If only, for instance, we could tell `w3m` not to display certain parts of webpages! :) Something like Stylish / [Stylus](https://github.com/openstyles/stylus) extensions, may be with the help of `siteconf` or...
It would be nice to have a configuration option to add some space from the left border of terminal. It would make web pages look more readable.
Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@iskindar) has found a potential issue, which I would be eager to share with...
This page, ``` Information about current page Title Option Setting Panel ``` needs a pseudo-url, like `chrome:// `, maybe `w3m://options-setting-panel` , or maybe indeed chrome://.. or about: like Firefox. That...