-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ACL-2.3] Error while encoding attribute-values[0].data as a hex string for D_BAD_NONE: "" which is an octstr of length 0 #24409
Comments
Presumably fixed by #24097 |
I have met the same problem. May I ask what type it will be changed to? |
@lisaaaas I'm not sure what you are asking. What makes you think the type of anything will be changing? |
What I mean is that the execution of instruction ./chip-tool accesscontrol write extension '[{"data":""}]' 1 0 is wrong. Is there any relevant modification of this command? |
Wrong in what sense? The expected behavior of that instruction is:
This issue was about step 1 not happening correctly. What behavior are you seeing @lisaaaas and what behavior are you expecting to see instead and why? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Reproduction steps
Struct used :
D_BAD_NONE: "" which is an octstr of length 0
Command used :
./chip-tool accesscontrol write extension '[{"data":""}]' 1 0
Expected Outcome :
Actual Outcome :
Bug prevalence
Issue occurs only in V1.0.0.1 and V1.0.0.2 but not in latest master.
GitHub hash of the SDK that was being used
ca086f2f397fc4128f4964afb17433377e01faf4
4088a77f557e8571a39338fad51a1d8eb0131d79
2a55f232cf705779d19f05497fa529cd661eef45
[Author: Shubham Patil [email protected] Date: Fri Jan 13 11:12:18 2023 +0530]Platform : Raspi
Platform Version(s) : RPI 4, 8GB
Execution log :
V1.0.01 log : V1_0_0_1 - TC-ACL-2_3.txt
V1.0.0.2 log : V1_0_0_2 - TC-ACL-2_3.txt
Master log : Master - TC-ACL-2_3.txt
The text was updated successfully, but these errors were encountered: