Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 17671

Summary: rev truncates
Product: [Retired] Red Hat Linux Reporter: Need Real Name <jredhat>
Component: util-linuxAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED DUPLICATE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-09-19 04:32:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-09-19 04:32:07 UTC
/usr/bin/rev is truncating in 7b:
   GOOD:
[rh6.2 system]$ echo cypherpunks | rev
sknuprehpyc
[rh6.2 system]$ rpm -qf /usr/bin/rev
util-linux-2.9o-13

  BAD:
[rh7b system]$ echo cypherpunks | rev
hpyc
[rh7b system]$ rpm -qf /usr/bin/rev
util-linux-2.10m-9

I've set "severity" to low, tho' if this is a library bug
it'll doubtless affect something else.

I'll take a look at the source as soon as I get my CDs
back from whoever has them currently!

Comment 1 Need Real Name 2000-09-19 04:37:59 UTC
Ooops, sorry, I swear I searched first; didn't see the other report until I
searched again after filing... 

*** This bug has been marked as a duplicate of 17031 ***