Fix bug in sed y/// where bytes in target but not in source were replaced by zeroes...
authorRob Landley <rob@landley.net>
Sun, 14 Dec 2014 00:35:11 +0000 (18:35 -0600)
committerRob Landley <rob@landley.net>
Sun, 14 Dec 2014 00:35:11 +0000 (18:35 -0600)
commit2c23705ab0e3038f0b5bfd3af742d07a3383ed54
tree63111c380f2b137a1b1a4caa150ab93345d4e279
parent76ea44a623ba186a3c4662d54b71b60b358ae0ad
Fix bug in sed y/// where bytes in target but not in source were replaced by zeroes (nul terminator overwritten).
toys/pending/sed.c