Mailinglist Archive: opensuse-bugs (7842 mails)
| < Previous | Next > |
[Bug 471339] New: obexftp-0.22-38.8: hex escape sequence out of range
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 1 Feb 2009 05:57:51 -0700 (MST)
- Message-id: <bug-471339-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=471339
Summary: obexftp-0.22-38.8: hex escape sequence out of range
Classification: openSUSE
Product: openSUSE 11.2
Version: unspecified
Platform: All
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
I just tried to compile the Suse Factory package
obexftp-0.22-38.8 and the compiler said
bfb_io.c:415:31: warning: hex escape sequence out of range
The source code is
actual = bfb_io_write(ttyfd, "\xFF\x00\x08\xCBATZ\r", 8);
I agree with the compiler. Suggest new code
actual = bfb_io_write(ttyfd, "\xFF\x00\x08\xCB" "ATZ\r", 8);
because A is a valid hex digit.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: obexftp-0.22-38.8: hex escape sequence out of range
Classification: openSUSE
Product: openSUSE 11.2
Version: unspecified
Platform: All
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
I just tried to compile the Suse Factory package
obexftp-0.22-38.8 and the compiler said
bfb_io.c:415:31: warning: hex escape sequence out of range
The source code is
actual = bfb_io_write(ttyfd, "\xFF\x00\x08\xCBATZ\r", 8);
I agree with the compiler. Suggest new code
actual = bfb_io_write(ttyfd, "\xFF\x00\x08\xCB" "ATZ\r", 8);
because A is a valid hex digit.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |