-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
I want to use slre in my embedded project, but when I use it I am falling into HardFalt interrupt because of memory corruption. I can't show any places, but when I comment all calls to slre_match method. everything is fine.
This is my example:
slre_cap CapturedExp[20];
(slre_match("([ ]*\r)", "diag\r", 5, CapturedExp, 10, SLRE_IGNORE_CASE)
Metadata
Metadata
Assignees
Labels
No labels