search for: 3db69f56

Displaying 1 result from an estimated 1 matches for "3db69f56".

2019 Aug 28
1
[nbdkit PATCH] offset: Better handling of parameters
...bout integer overflow (offset=5E range=5E happily claims to export a 5E image; but all bets are off if you later try to access beyond the real underlying size). And in several cases, such as if the plugin's get_size fails but range was not provided, we are not returning -1 for failure. Fixes: 3db69f56 Signed-off-by: Eric Blake <eblake@redhat.com> --- The first post-1.14 bugfix. Too bad I didn't spot it earlier today. filters/offset/offset.c | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/filters/offset/offset.c b/filters/offset/offset...