[Bug 1277981] Re: rwall adds \377 bytes to short messages

Robie Basak 1277981 at bugs.launchpad.net
Tue Jun 3 09:57:33 UTC 2014


Unsubscribing sponsors since I see that https://code.launchpad.net
/~chris-good/ubuntu/trusty/netkit-rwall/fix-for-1277981/+merge/216563
already exists, and so this is causing this request to be in the
sponsorship queue twice.

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1277981

Title:
  rwall adds \377 bytes to short messages

Status in “netkit-rwall” package in Ubuntu:
  New
Status in “netkit-rwall” source package in Precise:
  New

Bug description:
  When sending from and receiving to Ubuntu 12.04.4 LTS :

  Extra \377 bytes and a trailing '1' are included in the received
  message, when it is less than 11 characters long.

  # echo 12345 | rwall HostName
  Result:
  12345                                                                          
  \377\377\377\377\3771

  # echo 123456 | rwall HostName
  Result:
  123456                                                                         
  \377\377\377\3771

  # echo 1234567 | rwall HostName
  Result:
  1234567                                                                        
  \377\377\3771

  # echo 12345678 | rwall HostName
  Result:
  12345678                                                                       
  \377\3771

  # echo 123456789 | rwall HostName
  Result:
  123456789                                                                      
  \3771

  # echo 1234567890 | rwall HostName
  Result:
  1234567890                                                                     
  1  

  # echo 1234567890A | rwall HostName
  Result:
  1234567890A                                                                    
  (No extra characters for messages >= 11 chars long)

  Source: netkit-rwall
  Version: 0.17-7

  # lsb_release -rd
  Description:	Ubuntu 12.04.4 LTS
  Release:	12.04

  # apt-cache policy rwall
  rwall:
    Installed: 0.17-7
    Candidate: 0.17-7
    Version table:
   *** 0.17-7 0
          500 http://au.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
          100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netkit-rwall/+bug/1277981/+subscriptions



More information about the Ubuntu-sponsors mailing list