Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 01/13] Fix the logic when parsing c-apdu objects
@ 2010-04-06 10:06 Yang Gu
  2010-04-06 10:06 ` [PATCH 02/13] Add parser for url objects Yang Gu
  2010-04-14 18:13 ` [PATCH 01/13] Fix the logic when parsing c-apdu objects Denis Kenzior
  0 siblings, 2 replies; 14+ messages in thread
From: Yang Gu @ 2010-04-06 10:06 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

---
 src/stkutil.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/stkutil.c b/src/stkutil.c
index 13c2978..3fac701 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -852,7 +852,6 @@ static gboolean parse_dataobj_c_apdu(struct comprehension_tlv_iter *iter,
 	}
 	
 	if (len - pos > 0) {
-		ca->lc = 0;
 		ca->le = data[len - 1];
 		ca->has_le = TRUE;
 	}
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-04-14 18:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 10:06 [PATCH 01/13] Fix the logic when parsing c-apdu objects Yang Gu
2010-04-06 10:06 ` [PATCH 02/13] Add parser for url objects Yang Gu
2010-04-06 10:06   ` [PATCH 03/13] Add parser for bearer objects Yang Gu
2010-04-06 10:06     ` [PATCH 04/13] Break out stk_file iterator to parse file list objects Yang Gu
2010-04-06 10:06       ` [PATCH 05/13] Add parser for provisioning file reference objects Yang Gu
2010-04-06 10:06         ` [PATCH 06/13] Add parser for browser termination cause objects Yang Gu
2010-04-06 10:06           ` [PATCH 07/13] Add parser for bearer description objects Yang Gu
2010-04-06 10:06             ` [PATCH 08/13] Add parser for channel data objects Yang Gu
2010-04-06 10:06               ` [PATCH 09/13] Add parser for channel data length objects Yang Gu
2010-04-06 10:06                 ` [PATCH 10/13] Add parser for buffer size objects Yang Gu
2010-04-06 10:06                   ` [PATCH 11/13] Add parser for channel status objects Yang Gu
2010-04-06 10:06                     ` [PATCH 12/13] Add parser for card reader identifier objects Yang Gu
2010-04-06 10:06                       ` [PATCH 13/13] Add parser for other address objects Yang Gu
2010-04-14 18:13 ` [PATCH 01/13] Fix the logic when parsing c-apdu objects Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox