Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-02 | Avoid passing NULL to memcpy | Samuel Thibault | |
2023-01-31 | Add --without-libtirpc | Samuel Thibault | |
To facilitate cross-build without tinkering with pkg-config. | |||
2023-01-19 | Fix some compiler warnings | Svante Signell | |
2023-01-18 | Fix compiler warning | Svante Signell | |
2023-01-02 | libtrivfs: Avoid passing uninitialized seconds field | Samuel Thibault | |
Even if microseconds being -1 is enough, better not leak uninitialized values. | |||
2023-01-02 | fsys_get_children: Fix double-free on error | Samuel Thibault | |
2023-01-02 | boot: Fix erroneous munmap in S_io_read on error | Samuel Thibault | |
2023-01-02 | fsys_get_children: Fix comparing strings | Samuel Thibault | |
2023-01-02 | fsys_get_children: Fix memleak on error | Samuel Thibault | |
2023-01-01 | procfs: Fix checking underrun | Samuel Thibault | |
2023-01-01 | mach-defpager: Fix computing free space | Samuel Thibault | |
2023-01-01 | utils: Fix calling multi-line macro | Samuel Thibault | |
2023-01-01 | console: Fix checking negative cursor coordinates | Samuel Thibault | |
2023-01-01 | vmstat: Support 64bit memory size | Samuel Thibault | |
2023-01-01 | settrans: Fix checking len being negative | Samuel Thibault | |
2023-01-01 | console-client: Fix erroneous allocation check | Samuel Thibault | |
2023-01-01 | pids: Fix pointer arithmetic | Samuel Thibault | |
2023-01-01 | Fix accessing cred before checking it is non-NULL | Samuel Thibault | |
2023-01-01 | libnetfs: Fix dereferencing NULL on memory shortage | Samuel Thibault | |
2023-01-01 | pflocal: Fix unsafe increment of refs | Samuel Thibault | |
2023-01-01 | Do not ignore value returned by get_privileged_ports | Samuel Thibault | |
2023-01-01 | libnetfs: do not ignore errors from netfs_validate_stat | Samuel Thibault | |
2023-01-01 | libdiskfs: white-list fall-through in switch | Samuel Thibault | |
2023-01-01 | procfs: Avoid fclosing NULL on memory shortage | Samuel Thibault | |
2023-01-01 | libfshelp-tests: Fix out-of-bound access | Samuel Thibault | |
2023-01-01 | pfinet: Fix using uninitialized value | Samuel Thibault | |
2023-01-01 | nonsugid: Fix memleak | Samuel Thibault | |
2023-01-01 | trans: Drop spurious deref | Samuel Thibault | |
That was a remnant of manual port lookup. | |||
2023-01-01 | pflocal: Avoid setting sock fields on error | Samuel Thibault | |
2023-01-01 | console: Avoid setting pointer on error | Samuel Thibault | |
2023-01-01 | console-client: Fix erroneous free on error | Samuel Thibault | |
2023-01-01 | libpager: Fix memleak on error | Samuel Thibault | |
2023-01-01 | _merge_implied_gids: Fix memleak on error | Samuel Thibault | |
2023-01-01 | libtrivfs: Fix memleak on error | Samuel Thibault | |
2023-01-01 | fstab: Fix memleak on error | Samuel Thibault | |
2023-01-01 | libps: Fix erroneous allocation test | Samuel Thibault | |
2023-01-01 | getty: Fix fd leak on error | Samuel Thibault | |
2023-01-01 | fstab: Fix memleak on error | Samuel Thibault | |
2023-01-01 | libtrivfs: Avoid passing uninitialized seconds field | Samuel Thibault | |
Even if microseconds being -1 is enough, better not leak uninitialized values. | |||
2023-01-01 | term: Drop spurious deref | Samuel Thibault | |
That was a remnant of manual port lookup. | |||
2023-01-01 | libnetfs: fix memory leak on error | Samuel Thibault | |
2023-01-01 | libcons: Do not send event to server when out of range | Samuel Thibault | |
2023-01-01 | libftpconn: Fix memory leak on error | Samuel Thibault | |
2023-01-01 | boot: Fix memory leak on S_io_read error | Samuel Thibault | |
2023-01-01 | make_peropen: Fix memory leaks on error | Samuel Thibault | |
2023-01-01 | fsys_get_children: Fix double-free on error | Samuel Thibault | |
2022-12-31 | mach-defpager: document lock ordering | Samuel Thibault | |
2022-12-24 | proc: Do not reference a task port when allocation failedv0.9.git20221224 | Samuel Thibault | |
2022-12-21 | S_mach_notify_new_task: Ignore notification of dead tasks | Samuel Thibault | |
In case the new task notification gets late, the task may have terminated already, and thus a dead name gets provided in the notification. We should just ignore this, otherwise the task hashing would get collisions on all such dead tasks ports. | |||
2022-12-21 | proc: Do not deallocate input ports on error | Samuel Thibault | |
The error handling code would already deallocate them, thus leading to duplicate deallocation, spurious destroy, and later on port mixup. |