Public bug reported:

testcase

$ printf 'a\0b\0b1' | grep --null-data --null b | hexdump -C
00000000  62 00 62 31 00                                    |b.b1.|
00000005

but

$ printf 'a\0b\0b1' | grep -o --null-data --null b | hexdump -C
00000000  62 0a 62 0a                                       |b.b.|
00000004

This is fixed in Xenial, but IMO should be fixed in Trusty, too.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: grep 2.16-1
ProcVersionSignature: Ubuntu 4.4.0-37.56~14.04.1-generic 4.4.19
Uname: Linux 4.4.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Sep  7 22:48:42 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-09-21 (717 days ago)
InstallationMedia: Ubuntu-Studio 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.1)
SourcePackage: grep
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grep (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to grep in Ubuntu.
https://bugs.launchpad.net/bugs/1621226

Title:
  grep does not output null when -o is used

Status in grep package in Ubuntu:
  New

Bug description:
  testcase

  $ printf 'a\0b\0b1' | grep --null-data --null b | hexdump -C
  00000000  62 00 62 31 00                                    |b.b1.|
  00000005

  but

  $ printf 'a\0b\0b1' | grep -o --null-data --null b | hexdump -C
  00000000  62 0a 62 0a                                       |b.b.|
  00000004

  This is fixed in Xenial, but IMO should be fixed in Trusty, too.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: grep 2.16-1
  ProcVersionSignature: Ubuntu 4.4.0-37.56~14.04.1-generic 4.4.19
  Uname: Linux 4.4.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Sep  7 22:48:42 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-21 (717 days ago)
  InstallationMedia: Ubuntu-Studio 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.1)
  SourcePackage: grep
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grep/+bug/1621226/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to