Age | Commit message (Expand) | Author |
---|---|---|
2021-09-23 | uuid: Support XFS.... | Tobias Geerinckx-Rice |
2020-11-07 | uuid: Add support for bcachefs.... | Tobias Geerinckx-Rice |
2020-07-26 | file-systems: Add NTFS support.... | Mathieu Othacehe |
diff --git a/bspatch.c b/bspatch.c index 8d95633..ab77722 100644 --- a/bspatch.c +++ b/bspatch.c @@ -187,6 +187,10 @@ }; /* Sanity-check */ + if ((ctrl[0] < 0) || (ctrl[1] < 0)) + errx(1,"Corrupt patch\n"); + + /* Sanity-check */ if(newpos+ctrl[0]>newsize) errx(1,"Corrupt patch\n"); ml'/>
index : guix | ||
Wojtek's customized Guix |
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2021-09-23 | uuid: Support XFS.... | Tobias Geerinckx-Rice |
2020-11-07 | uuid: Add support for bcachefs.... | Tobias Geerinckx-Rice |
2020-07-26 | file-systems: Add NTFS support.... | Mathieu Othacehe |