mirror of https://github.com/sipwise/sems.git
It's been noticed that we have an improper implementation, which attempts to move the pointer to the char array like this: `input = param_size + 1;` It's not right, it should be like that: `input += (param_size + 1);` Change-Id: Ia924a398cb37a64a06dfa385db6a0409f1e93e82mr11.4.1
parent
a241f56e18
commit
1b91d67cdd
Loading…
Reference in new issue