-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I noticed that the cookie creation functions use debug_assert! for bounds validation.
These should be runtime checks since they validate API contracts rather than internal implementation assumptions. Debug assertions are compiled out in release builds, which could lead to undefined behavior if the bounds checks fail in production.
Metadata
Metadata
Assignees
Labels
No labels