Comment by ๐Ÿ™ cthulhu

Re: "[#97] Bookmark ID number overflow"

In: s/Lagrange-Issues

@skyjake, it is typo in id type in `documentwidget.c:documentWasChanged_DocumentWidget_`.

`uint16_t` is too small for `uint32_t` bookmark id. Truncated id, not found bookmark, iBookmark is NULL.

๐Ÿ™ cthulhu

2025-02-25 ยท 1 year ago

2 Later Comments โ†“

๐Ÿ™ cthulhu ยท 2025-02-25 at 03:22:

โ€” Fixed: Bookmarks crash with correct id type (uint16_t -> uint32_t) #4

๐ŸŒ† skyjake [mod...] ยท 2025-02-25 at 05:32:

That would explain it, yes. I'm still planning on fixing the ID number inflation, as that seems like an issue that eventually triggers an overflow anyway.

Original Post

๐ŸŒ’ s/Lagrange-Issues

๐Ÿš€ astio:

โ€” example

The application crashes (it closes) when I save certain addresses as bookmarks and then try to visit them by selecting from the bookmarks; for example, this happens with the URL [gemini link]

๐Ÿ’ฌ 11 comments ยท 2024-10-26 ยท 2 years ago ยท #bug