You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if *ptr == NULL then we should trigger slibc_call_constraint_handler.
Excerpt from standard:
Runtime-constraints:
The end of the token found shall occur within the first *s1max characters of s1 for the first call, and shall occur within the first *s1max characters of where searching resumes on subsequent calls
The text was updated successfully, but these errors were encountered:
In the following code
slibc/src/gnu_strtok_s.c
Line 69 in e7d24f0
*ptr == NULL
then we should triggerslibc_call_constraint_handler
.Excerpt from standard:
The text was updated successfully, but these errors were encountered: