serialize changes. #35
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#35
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat:mueller_Serialization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
request
This fixes #33
I will split this request up in multiple smaller ones.
I left it as one pull request but I removed some wrong/unneeded stuff
and did all replacement until it compiled again. will perform some testing too and try to compile for Linux too.
@ -40,3 +45,2 @@
T tmp;
*size -= sizeof(T);
if (*size >= 0) {
if (*size >= sizeof(T)) {
I think this should be the correct implementation: check before decrementing.
after integrating changes for SerializeIF (new enum), this will propably look very different anyway so I will close this for now.
Pull request closed