maxChunk overflows int when try to build to 32-bit device #90
Labels
No labels
breaking-change
bug
dependencies
duplicate
enhancement
go
good first issue
help wanted
invalid
investigation
proposal
proposal-accepted
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nemith/netconf#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Bug report:
maxChunk contant equals to 4294967295 seems not working when try to compile with GOARCH=arm, which means armhf, 32 bit procesor.
Thanks for reporting this. Should be a quick fix (move from an int to a uint32).
I have spotty internet today and could be that way until Thursday. If you want to do a PR I can approve , if not that is ok as well and I will get to it on Thursday
Thanks for quick response. There will be many codes/variables impacted if this type get changed. So for the perfect solution, I'll wait your fix. No emergency and take your time.
BTW, I am wondering if you have plan to implement Get Method since I can see there is only GetConfig method for reading by current.
I don't remember why i didn't include
Get. Maybe cause it's just a wrapper around any serializable object. But that doesn't meant we shouldn't have it to include all methods defined in the RFCCan you open another ticket on implementing it?
Yeah, sure. I will open one for it. Thanks.