{{ message }}
Commit 08a3f29
buffer: fix range checking for slowToString
If `start` is not a valid number in the range, then the default value
zero will be used. Same way, if `end` is not a valid number in the
accepted range, then, by default, the length of the buffer is assumed.
Fixes: #2668
Ref: #2919
PR-URL: #4019
Reviewed-By: Trevor Norris <trev.norris@gmail.com>1 parent 8a5e434 commit 08a3f29
2 files changed
Lines changed: 27 additions & 6 deletions

0 commit comments