nguyenbahuong / smslib

Automatically exported from code.google.com/p/smslib
0 stars 0 forks source link

Trailing padding removal in encodedSeptetsToUnencodedSeptets() incorrect #501

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trailing padding removal in encodedSeptetsToUnencodedSeptets() can incorrectly 
remove the last character when the last character is '@' COMMERCIAL AT (GSM 
0x00).

Attached patch to correctly distinguish between trailing padding and '@' 
COMMERCIAL AT.

Original issue reported on code.google.com by andrew.basterfield@dialogue.net on 17 Aug 2012 at 12:35

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by admin@smslib.org on 19 Aug 2012 at 1:47

GoogleCodeExporter commented 9 years ago
r2345

Original comment by admin@smslib.org on 19 Aug 2012 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by admin@smslib.org on 6 Mar 2013 at 9:27