diff options
author | Pádraig Brady <P@draigBrady.com> | 2008-11-20 22:49:02 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2008-11-21 11:50:59 +0000 |
commit | fbd87029cfc494a72bb73ade27ef46382c5bc832 (patch) | |
tree | 60566457d68ce76d1d98a8eb07fc99660d1ed9ea /gnulib-tests | |
parent | 3ece0355d52e41a1b079c0c46477a32250278c11 (diff) | |
download | coreutils-fbd87029cfc494a72bb73ade27ef46382c5bc832.tar.xz |
dd: avoid unnecessary memory copies
* src/dd.c (scanargs): When not otherwise required (e.g. for
conversion), use two-buffer mode only when the input and output
buffer sizes differ. Before, some of the most basic invocations of
dd, e.g., dd < in > out, would unnecessarily use separate buffers
and perform memory copies between them.
Diffstat (limited to 'gnulib-tests')
0 files changed, 0 insertions, 0 deletions