- **status**: accepted --> fixed
- **assigned_to**: Thanh Nguyen --> nobody
- **Comment**:
commit 91806d17b2d79138f68ff3eb3449a9a6ba3dfbf0
Author: Thanh Nguyen <[email protected]>
Date: Wed Feb 20 16:01:08 2019 +1100
clm: Incorrect encode/decode time_super [#3007]
---
** [tickets:#3007] clmd: Incorrect encode/decode time_super**
**Status:** fixed
**Milestone:** 5.19.03
**Created:** Wed Feb 13, 2019 10:55 PM UTC by Minh Hon Chau
**Last Updated:** Tue Feb 19, 2019 04:14 AM UTC
**Owner:** nobody
The time_super is encoded with 32 bits, and decoded with 64 bits
In clms_mds.cc
ncs_encode_32bit(&p8, track->time_super);
ncs_enc_claim_space(uba, 8);
total_bytes += 8;
In clma_mds.cc
track->time_super = ncs_decode_64bit(&p8);
---
Sent from sourceforge.net because [email protected] is
subscribed to https://sourceforge.net/p/opensaf/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/opensaf/admin/tickets/options. Or, if this is a
mailing list, you can unsubscribe from the mailing list._______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets