Search Criteria
Package Details: acct 6.6.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/acct.git (read-only, click to copy) |
|---|---|
| Package Base: | acct |
| Description: | Utilities for monitoring process activities |
| Upstream URL: | https://www.gnu.org/software/acct |
| Licenses: | GPL3 |
| Conflicts: | psacct |
| Provides: | psacct |
| Submitter: | sorin-mihai |
| Maintainer: | sorin-mihai |
| Last Packager: | sorin-mihai |
| Votes: | 3 |
| Popularity: | 0.000073 |
| First Submitted: | 2018-12-22 23:58 (UTC) |
| Last Updated: | 2018-12-22 23:58 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
Latest Comments
tsm commented on 2025-02-14 05:18 (UTC)
The patch given here fixes the buffer overflow problem:
https://src.fedoraproject.org/rpms/psacct/blob/rawhide/f/psacct-6.6.4-sprintf-buffer-overflow.patch
referenced here:
https://bugs.gentoo.org/925419#c14
waschtl commented on 2024-12-06 16:52 (UTC) (edited on 2024-12-06 16:55 (UTC) by waschtl)
The execution of lastcomm and a couple other binaries results in buffer overflow when compiled with optimization enabled (-O):
This is true at least for all optimization levels I tested (-O2, -O1, and -Os). Appending -O0 to CFLAGS solved the situation for me: