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
This won't work for a password containing a zero byte character, because that will be misinterpreted as the string terminator. The callback signature would need to be changed so that the callback function can provide the length of the password, either via a struct that includes a length such as struct mbuf, or via a separate out parameter.
Binary passwords are needed for AKAv1, for example.
The text was updated successfully, but these errors were encountered:
https://github.com/creytiv/re/blob/master/include/re_sip.h#L239:
This won't work for a password containing a zero byte character, because that will be misinterpreted as the string terminator. The callback signature would need to be changed so that the callback function can provide the length of the password, either via a struct that includes a length such as
struct mbuf
, or via a separate out parameter.Binary passwords are needed for AKAv1, for example.
The text was updated successfully, but these errors were encountered: