Good.
Now that I'm thinking about it, the compiler probably assigned some arbitrary
value to the data_str_len after data_str_len = osal_strlen(a); since it never used after
this expression, however adding a if() condition changed the behavior. :)
Good.
Now that I'm thinking about it, the compiler probably assigned some arbitrary
value to the data_str_len after data_str_len = osal_strlen(a); since it never used after
this expression, however adding a if() condition changed the behavior. :)