[Bug]: Advanced Logger Info Uses Pointers Not Offsets #463
Labels
state:needs-triage
Needs to triaged to determine next steps
state:stale
Has not been updated in a long time
type:bug
Something isn't working
urgency:medium
Important with a moderate impact
Is there an existing issue for this?
Current Behavior
Today the Advanced Logger Info structure has pointers to the LogBuffer and LogCurrent. It is inherently safer to use offsets here as these will always be allocated within the same buffer as the info structure.
Expected Behavior
See Current Behavior.
Steps To Reproduce
See code.
Build Environment
Version Information
Urgency
Medium
Are you going to fix this?
I will fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
The text was updated successfully, but these errors were encountered: