Age | Commit message (Collapse) | Author |
|
- check for snprintf overflow
- errx -> err for strdup
commit #1000!
|
|
|
|
|
|
|
|
From Sam Smith S at mSmith.net
|
|
|
|
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
|
|
|
|
- don't print an error message when trying to enable swap on an
already active swap point.
- better handling of -t option.
- silently ignores swap points which are neither block devices nor
regular files, and don't consider swap points not starting with /dev/
as valid block devices, when invoked with -A.
Work by deraadt@ and myself, ok millert@
|
|
just got cranked a little while ago. discussion with millert
|
|
constant). These are not security holes but it is worth fixing
them anyway both for robustness and so folks looking for examples
in the tree are not misled into doing something potentially dangerous.
Furthermore, it is a bad idea to assume that pathnames will not
include '%' in them and that error routines don't return strings
with '%' in them (especially in light of the possibility of locales).
|
|
|
|
|