Alina Lenk
- Login: alien-valkyrie
- Registered on: 11/28/2023
- Last sign in: 11/29/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 1 | 48 | 49 |
| Reported issues | 5 | 46 | 51 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Freeciv | Maintainer, Contributor, Reporter | 11/30/2023 |
Activity
08/27/2026
- 11:34 AM Freeciv Bug #2161: Heap buffer overflow in worklist_load() via unbounded wl_length from save file -- overwrites struct city fields including pointers (CVSS 8.8)
- Looks good to me.
08/25/2026
- 09:09 PM Freeciv Bug #2161: Heap buffer overflow in worklist_load() via unbounded wl_length from save file -- overwrites struct city fields including pointers (CVSS 8.8)
- Makes sense. +1 for the else if option, then.
- 09:03 PM Freeciv Bug #2161: Heap buffer overflow in worklist_load() via unbounded wl_length from save file -- overwrites struct city fields including pointers (CVSS 8.8)
- Well no; the original patch caps wlist_max_length at MAX_LEN_WORKLIST, so the case where it's still greater than that...
- 08:35 PM Freeciv Bug #2161: Heap buffer overflow in worklist_load() via unbounded wl_length from save file -- overwrites struct city fields including pointers (CVSS 8.8)
- Could even drop the else; just two separate ifs, for the case where wlist_max_length is itself too big. Though they'd...
- 06:46 PM Freeciv Bug #2161: Heap buffer overflow in worklist_load() via unbounded wl_length from save file -- overwrites struct city fields including pointers (CVSS 8.8)
- For all branches except S2_6: AIUI the @wlist_max_length@ is just for reading/ignoring all the remaining (empty) entr...
- 07:03 PM Freeciv Bug #2162: Out-of-bounds read in activities.order[] indexing -- missing bounds check that all other .order[] accesses have (CVSS 7.1)
- All looks good.
04/04/2025
- 01:16 PM Freeciv Bug #1227: generate_packets.py: DeprecationWarning: pathlib.PurePath.is_reserved()
- I would just remove the check entirely; it's unlikely to ever do anything in practice, and if it does, it only makes ...
10/20/2024
- 11:11 AM Freeciv Bug #975 (Closed): generate_packets.py failure on mac-meson CI job
10/18/2024
- 10:13 PM Freeciv Bug #975 (In Review): generate_packets.py failure on mac-meson CI job
- Alina Lenk wrote in #note-6:
> Turns out this isn't the _only_ issue under Python 3.13
Nope, nevermind, I just ha... - 10:09 PM Freeciv Bug #975 (New): generate_packets.py failure on mac-meson CI job
- Turns out this isn't the _only_ issue under Python 3.13
Also available in: Atom