pad: Add a guard against getrange functions not filling a caller-provided buffer
It's a programming error to not do so and would cause all kinds of problems in the caller that assumed its own buffer to have been filled.
CC @tpm
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
It's a programming error to not do so and would cause all kinds of problems in the caller that assumed its own buffer to have been filled.
CC @tpm