BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001074 [BusyBox] Other minor always 10-19-06 08:17 06-28-08 07:57
Reporter zapp View Status public  
Assigned To BusyBox
Priority normal Resolution open  
Status acknowledged   Product Version svn
Summary 0001074: msh is not 8bit clean
Description msh has problems with german umlauts (maybe other 8bit chars, too).

Reproduce:
# loadkeys de-latin1
# echo '
Additional Information
Attached Files

- Relationships

- Notes
(0001950)
vda
01-03-07 08:25

I can't reproduce it - don't know how to type that characters. Can you attach a testcase in the form of shell script?
 
(0004084)
vda
02-11-08 10:21

Tracked down to problem with user's locale setup.
 
(0004104)
vapier
02-11-08 11:33

msh is not 8-bit clean ... this is because it uses the 8th bit for requoting purposes

look at how the QUOTE mask is used in the quote()/unquote()/etc... functions

due to the way msh handles quoting, i think the only way to fix it is to duplicate the command buffer and manage the quoting over there instead of inline by using the 8th bit
 

- Issue History
Date Modified Username Field Change
10-19-06 08:17 zapp New Issue
10-19-06 08:17 zapp Status new => assigned
10-19-06 08:17 zapp Assigned To  => BusyBox
01-03-07 08:25 vda Note Added: 0001950
02-11-08 10:21 vda Status assigned => closed
02-11-08 10:21 vda Note Added: 0004084
02-11-08 10:21 vda Resolution open => no change required
02-11-08 11:33 vapier Status closed => feedback
02-11-08 11:33 vapier Resolution no change required => reopened
02-11-08 11:33 vapier Note Added: 0004104
06-28-08 07:55 vapier Summary msh Umlauts Problem => msh is not 8bit clean
06-28-08 07:57 vapier Status feedback => acknowledged
06-28-08 07:57 vapier Resolution reopened => open


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker