|
|
|
|
|
by diabeetusman
2297 days ago
|
|
buffer_len could be larger than the message, copying some incorrect things into memory. Similar to HeartBleed, where there wasn't validation on the heartbeat message, and the server would echo back buffer_len instead of just what was sent. |
|
I can think of a very contrived situation where this can be a problem, but in most cases this will be perfectly safe.