diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2008-01-31 09:22:49 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-31 09:24:35 +0100 |
commit | e8bb94a4e3490ec3ec3e8bacba3f0b195e9d4a5e (patch) | |
tree | 7a21713848982d10aeb4f03acbb9068c479bb1ef /ChangeLog | |
parent | 62b7b422a26268c377fcd5c608706ded5e5a3265 (diff) | |
download | coreutils-e8bb94a4e3490ec3ec3e8bacba3f0b195e9d4a5e.tar.xz |
Don't modify argv in dd due to ',' in arguments.
* src/dd.c: Include quotearg.h.
(operand_matches): New function.
(parse_symbols, operand_is): Use it.
(parse_symbols): 1st arg is now const pointer. Don't modify it.
msgid arg is now just the message, not a format.
(scanargs): Add some 'const's to check for problems like the above.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-01-30 Paul Eggert <eggert@cs.ucla.edu> + + Don't modify argv in dd due to ',' in arguments. + * src/dd.c: Include quotearg.h. + (operand_matches): New function. + (parse_symbols, operand_is): Use it. + (parse_symbols): 1st arg is now const pointer. Don't modify it. + msgid arg is now just the message, not a format. + (scanargs): Add some 'const's to check for problems like the above. + 2008-01-30 Jim Meyering <meyering@redhat.com> * src/c99-to-c89.diff: Adjust remove.c offsets, again. |