Debian Patches
Status for patch/2.8-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
m-merge | no | |||||
add_some_missing_filename_quoting.patch | Add some missing filename quoting * src/patch.c (main): Quote outname. |
Andreas Gruenbacher <andreas.gruenbacher@gmail.com> | no | 2025-04-05 | ||
reject_empty_filenames.patch | Reject empty filenames * src/safe.c (safe_xstat): Reject empty pathnames. * tests/bad-filenames: Add a new test. * src/patch.c (main): Don't check if the input file is writable when we're not going to modify it. |
Andreas Gruenbacher <andreas.gruenbacher@gmail.com> | no | 2025-04-05 | ||
skip_read-only_check_when_output_file_specified.patch | Skip read-only check when output file specified Only check if input files are read-only when overwriting them; skip that check when the output goes to a different file. * src/patch.c (main): Set read_only_behavior to RO_IGNORE when an output file has been specified. * tests/read-only-files: Add test case. |
Daniel Black <daniel@mariadb.org> | no | 2025-05-01 |