[Lynx-dev] ASAN/UBSAN issues

2024-01-15 Thread Gisle Vanem via Lynx-dev
I found some ASAN+UBSAN issues after building the latest GitHub snapshot [1] of Lynx on Windows. I used 'clang-cl -fsanitize=address -fsanitize-recover=address -fsanitize=undefined' First the ASAN issue: src/GridText.c:915:12: runtime error: applying zero offset to null

Re: [Lynx-dev] ASAN/UBSAN issues

2024-01-15 Thread Thomas Dickey
On Mon, Jan 15, 2024 at 12:25:33PM +0100, Gisle Vanem via Lynx-dev wrote: > I found some ASAN+UBSAN issues after building the > latest GitHub snapshot [1] of Lynx on Windows. > > I used 'clang-cl -fsanitize=address -fsanitize-recover=address > -fsanitize=undefined' > > First the

[Lynx-dev] ANN: lynx2.9.0

2024-01-15 Thread Thomas Dickey
The current version of lynx is 2.9.0 It's available at https://lynx.invisible-island.net/ https://invisible-island.net/archives/lynx/ Development & patches: https://lynx.invisible-island.net/current/index.html Files:

Re: [Lynx-dev] ANN: lynx2.9.0

2024-01-15 Thread Thorsten Glaser
Thomas Dickey dixit: >The current version of lynx is 2.9.0 When on a page with no link, the status bar stays the same as before, whereas, in older versions, it would change to… -- press space for more, use arrow keys to move, '?' for help, 'q' to quit. This is a regression and makes me think