Tag
Hash :
d6a28ffe
Author :
Date :
2022-05-20T21:21:42
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946
/*
* Copyright (c) 2020 Ori Bernstein
* Copyright (c) 2021 Stefan Sperling <stsp@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/types.h>
#include <sys/queue.h>
#include <assert.h>
#include <endian.h>
#include <errno.h>
#include <limits.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "got_error.h"
#include "got_lib_deltify.h"
#include "murmurhash2.h"
#ifndef MIN
#define MIN(_a,_b) ((_a) < (_b) ? (_a) : (_b))
#endif
/*
* The algorihm used here is FastCDC (Fast Content-Defined Chunking)
* https://www.usenix.org/conference/atc16/technical-sessions/presentation/xia
*/
static const uint32_t geartab[256] = {
0x67ed26b7, 0x32da500c, 0x53d0fee0, 0xce387dc7, 0xcd406d90, 0x2e83a4d4,
0x9fc9a38d, 0xb67259dc, 0xca6b1722, 0x6d2ea08c, 0x235cea2e, 0x3149bb5f,
0x1beda787, 0x2a6b77d5, 0x2f22d9ac, 0x91fc0544, 0xe413acfa, 0x5a30ff7a,
0xad6fdde0, 0x444fd0f5, 0x7ad87864, 0x58c5ff05, 0x8d2ec336, 0x2371f853,
0x550f8572, 0x6aa448dd, 0x7c9ddbcf, 0x95221e14, 0x2a82ec33, 0xcbec5a78,
0xc6795a0d, 0x243995b7, 0x1c909a2f, 0x4fded51c, 0x635d334b, 0x0e2b9999,
0x2702968d, 0x856de1d5, 0x3325d60e, 0xeb6a7502, 0xec2a9844, 0x0905835a,
0xa1820375, 0xa4be5cab, 0x96a6c058, 0x2c2ccd70, 0xba40fce3, 0xd794c46b,
0x8fbae83e, 0xc3aa7899, 0x3d3ff8ed, 0xa0d42b5b, 0x571c0c97, 0xd2811516,
0xf7e7b96c, 0x4fd2fcbd, 0xe2fdec94, 0x282cc436, 0x78e8e95c, 0x80a3b613,
0xcfbee20c, 0xd4a32d1c, 0x2a12ff13, 0x6af82936, 0xe5630258, 0x8efa6a98,
0x294fb2d1, 0xdeb57086, 0x5f0fddb3, 0xeceda7ce, 0x4c87305f, 0x3a6d3307,
0xe22d2942, 0x9d060217, 0x1e42ed02, 0xb6f63b52, 0x4367f39f, 0x055cf262,
0x03a461b2, 0x5ef9e382, 0x386bc03a, 0x2a1e79c7, 0xf1a0058b, 0xd4d2dea9,
0x56baf37d, 0x5daff6cc, 0xf03a951d, 0xaef7de45, 0xa8f4581e, 0x3960b555,
0xffbfff6d, 0xbe702a23, 0x8f5b6d6f, 0x061739fb, 0x98696f47, 0x3fd596d4,
0x151eac6b, 0xa9fcc4f5, 0x69181a12, 0x3ac5a107, 0xb5198fe7, 0x96bcb1da,
0x1b5ddf8e, 0xc757d650, 0x65865c3a, 0x8fc0a41a, 0x87435536, 0x99eda6f2,
0x41874794, 0x29cff4e8, 0xb70efd9a, 0x3103f6e7, 0x84d2453b, 0x15a450bd,
0x74f49af1, 0x60f664b1, 0xa1c86935, 0xfdafbce1, 0xe36353e3, 0x5d9ba739,
0xbc0559ba, 0x708b0054, 0xd41d808c, 0xb2f31723, 0x9027c41f, 0xf136d165,
0xb5374b12, 0x9420a6ac, 0x273958b6, 0xe6c2fad0, 0xebdc1f21, 0xfb33af8b,
0xc71c25cd, 0xe9a2d8e5, 0xbeb38a50, 0xbceb7cc2, 0x4e4e73f0, 0xcd6c251d,
0xde4c032c, 0x4b04ac30, 0x725b8b21, 0x4eb8c33b, 0x20d07b75, 0x0567aa63,
0xb56b2bb7, 0xc1f5fd3a, 0xcafd35ca, 0x470dd4da, 0xfe4f94cd, 0xfb8de424,
0xe8dbcf40, 0xfe50a37a, 0x62db5b5d, 0xf32f4ab6, 0x2c4a8a51, 0x18473dc0,
0xfe0cbb6e, 0xfe399efd, 0xdf34ecc9, 0x6ccd5055, 0x46097073, 0x139135c2,
0x721c76f6, 0x1c6a94b4, 0x6eee014d, 0x8a508e02, 0x3da538f5, 0x280d394f,
0x5248a0c4, 0x3ce94c6c, 0x9a71ad3a, 0x8493dd05, 0xe43f0ab6, 0x18e4ed42,
0x6c5c0e09, 0x42b06ec9, 0x8d330343, 0xa45b6f59, 0x2a573c0c, 0xd7fd3de6,
0xeedeab68, 0x5c84dafc, 0xbbd1b1a8, 0xa3ce1ad1, 0x85b70bed, 0xb6add07f,
0xa531309c, 0x8f8ab852, 0x564de332, 0xeac9ed0c, 0x73da402c, 0x3ec52761,
0x43af2f4d, 0xd6ff45c8, 0x4c367462, 0xd553bd6a, 0x44724855, 0x3b2aa728,
0x56e5eb65, 0xeaf16173, 0x33fa42ff, 0xd714bb5d, 0xfbd0a3b9, 0xaf517134,
0x9416c8cd, 0x534cf94f, 0x548947c2, 0x34193569, 0x32f4389a, 0xfe7028bc,
0xed73b1ed, 0x9db95770, 0x468e3922, 0x0440c3cd, 0x60059a62, 0x33504562,
0x2b229fbd, 0x5174dca5, 0xf7028752, 0xd63c6aa8, 0x31276f38, 0x0646721c,
0xb0191da8, 0xe00e6de0, 0x9eac1a6e, 0x9f7628a5, 0xed6c06ea, 0x0bb8af15,
0xf119fb12, 0x38693c1c, 0x732bc0fe, 0x84953275, 0xb82ec888, 0x33a4f1b3,
0x3099835e, 0x028a8782, 0x5fdd51d7, 0xc6c717b3, 0xb06caf71, 0x17c8c111,
0x61bad754, 0x9fd03061, 0xe09df1af, 0x3bc9eb73, 0x85878413, 0x9889aaf2,
0x3f5a9e46, 0x42c9f01f, 0x9984a4f4, 0xd5de43cc, 0xd294daed, 0xbecba2d2,
0xf1f6e72c, 0x5551128a, 0x83af87e2, 0x6f0342ba,
};
static uint32_t
hashblk(const unsigned char *p, off_t n, uint32_t seed)
{
return murmurhash2(p, n, seed);
}
static const struct got_error *
addblk(struct got_delta_table *dt, FILE *f, off_t file_offset0, off_t len,
off_t offset, uint32_t h)
{
const struct got_error *err = NULL;
int i;
uint8_t buf[GOT_DELTIFY_MAXCHUNK];
uint8_t buf2[GOT_DELTIFY_MAXCHUNK];
size_t r = 0;
if (len == 0)
return NULL;
i = h % dt->nalloc;
while (dt->blocks[i].len != 0) {
/*
* Avoid adding duplicate blocks.
* NB: A matching hash is insufficient for detecting equality.
* The hash can only detect inequality.
*/
if (len == dt->blocks[i].len && h == dt->blocks[i].hash) {
if (r == 0) {
if (fseeko(f, file_offset0 + offset, SEEK_SET) == -1)
return got_error_from_errno("fseeko");
r = fread(buf, 1, len, f);
if (r != len) {
if (!ferror(f))
return NULL;
return got_ferror(f, GOT_ERR_IO);
}
}
if (fseeko(f, file_offset0 + dt->blocks[i].offset,
SEEK_SET) == -1)
return got_error_from_errno("fseeko");
if (fread(buf2, 1, len, f) != len)
return got_ferror(f, GOT_ERR_IO);
if (memcmp(buf, buf2, len) == 0)
return NULL;
}
i = (i + 1) % dt->nalloc;
}
assert(dt->blocks[i].len == 0);
dt->blocks[i].len = len;
dt->blocks[i].offset = offset;
dt->blocks[i].hash = h;
dt->nblocks++;
if (dt->nalloc < dt->nblocks + 64) {
struct got_delta_block *db;
size_t old_size = dt->nalloc;
db = dt->blocks;
dt->blocks = calloc(dt->nalloc + 64,
sizeof(struct got_delta_block));
if (dt->blocks == NULL) {
err = got_error_from_errno("calloc");
dt->blocks = db;
return err;
}
dt->nalloc += 64;
/*
* Recompute all block positions. Hash-based indices of blocks
* in the array depend on the allocated length of the array.
*/
dt->nblocks = 0;
for (i = 0; i < old_size; i++) {
if (db[i].len == 0)
continue;
err = addblk(dt, f, file_offset0, db[i].len,
db[i].offset, db[i].hash);
if (err)
break;
}
free(db);
}
return err;
}
static const struct got_error *
addblk_mem(struct got_delta_table *dt, uint8_t *data, off_t file_offset0,
off_t len, off_t offset, uint32_t h)
{
const struct got_error *err = NULL;
int i;
uint8_t *block1;
uint8_t *block2;
if (len == 0)
return NULL;
i = h % dt->nalloc;
while (dt->blocks[i].len != 0) {
/*
* Avoid adding duplicate blocks.
* NB: A matching hash is insufficient for detecting equality.
* The hash can only detect inequality.
*/
if (len == dt->blocks[i].len && h == dt->blocks[i].hash) {
block1 = data + file_offset0 + dt->blocks[i].offset;
block2 = data + file_offset0 + offset;
if (memcmp(block1, block2, len) == 0)
return NULL;
}
i = (i + 1) % dt->nalloc;
}
assert(dt->blocks[i].len == 0);
dt->blocks[i].len = len;
dt->blocks[i].offset = offset;
dt->blocks[i].hash = h;
dt->nblocks++;
if (dt->nalloc < dt->nblocks + 64) {
struct got_delta_block *db;
size_t old_size = dt->nalloc;
db = dt->blocks;
dt->blocks = calloc(dt->nalloc + 64,
sizeof(struct got_delta_block));
if (dt->blocks == NULL) {
err = got_error_from_errno("calloc");
dt->blocks = db;
return err;
}
dt->nalloc += 64;
/*
* Recompute all block positions. Hash-based indices of blocks
* in the array depend on the allocated length of the array.
*/
dt->nblocks = 0;
for (i = 0; i < old_size; i++) {
if (db[i].len == 0)
continue;
err = addblk_mem(dt, data, file_offset0, db[i].len,
db[i].offset, db[i].hash);
if (err)
break;
}
free(db);
}
return err;
}
static const struct got_error *
lookupblk(struct got_delta_block **block, struct got_delta_table *dt,
unsigned char *p, off_t len, uint32_t seed, FILE *basefile,
off_t basefile_offset0)
{
int i;
uint32_t h;
uint8_t buf[GOT_DELTIFY_MAXCHUNK];
size_t r;
*block = NULL;
h = hashblk(p, len, seed);
for (i = h % dt->nalloc; dt->blocks[i].len != 0;
i = (i + 1) % dt->nalloc) {
if (dt->blocks[i].hash != h ||
dt->blocks[i].len != len)
continue;
if (fseeko(basefile, basefile_offset0 + dt->blocks[i].offset,
SEEK_SET) == -1)
return got_error_from_errno("fseeko");
r = fread(buf, 1, len, basefile);
if (r != len)
return got_ferror(basefile, GOT_ERR_IO);
if (memcmp(p, buf, len) == 0) {
*block = &dt->blocks[i];
break;
}
}
return NULL;
}
static const struct got_error *
lookupblk_mem(struct got_delta_block **block, struct got_delta_table *dt,
unsigned char *p, off_t len, uint32_t seed, uint8_t *basedata,
off_t basefile_offset0)
{
int i;
uint32_t h;
uint8_t *b;
*block = NULL;
h = hashblk(p, len, seed);
for (i = h % dt->nalloc; dt->blocks[i].len != 0;
i = (i + 1) % dt->nalloc) {
if (dt->blocks[i].hash != h ||
dt->blocks[i].len != len)
continue;
b = basedata + basefile_offset0 + dt->blocks[i].offset;
if (memcmp(p, b, len) == 0) {
*block = &dt->blocks[i];
break;
}
}
return NULL;
}
static const struct got_error *
nextblk(uint8_t *buf, off_t *blocklen, FILE *f)
{
uint32_t gh;
const unsigned char *p;
size_t r;
off_t pos = ftello(f);
*blocklen = 0;
r = fread(buf, 1, GOT_DELTIFY_MAXCHUNK, f);
if (r == 0 && ferror(f))
return got_ferror(f, GOT_ERR_IO);
if (r < GOT_DELTIFY_MINCHUNK)
return NULL; /* no more delta-worthy blocks left */
/* Got a deltifiable block. Find the split-point where it ends. */
p = buf + GOT_DELTIFY_MINCHUNK;
gh = 0;
while (p != buf + r) {
gh = (gh << 1) + geartab[*p++];
if ((gh & GOT_DELTIFY_SPLITMASK) == 0)
break;
}
*blocklen = (p - buf);
if (fseeko(f, pos + *blocklen, SEEK_SET) == -1)
return got_error_from_errno("fseeko");
return NULL;
}
static const struct got_error *
nextblk_mem(off_t *blocklen, uint8_t *data, off_t fileoffset, off_t filesize)
{
uint32_t gh;
const unsigned char *p;
*blocklen = 0;
if (fileoffset >= filesize ||
filesize - fileoffset < GOT_DELTIFY_MINCHUNK)
return NULL; /* no more delta-worthy blocks left */
/* Got a deltifiable block. Find the split-point where it ends. */
p = data + fileoffset + GOT_DELTIFY_MINCHUNK;
gh = 0;
while (p != data + MIN(fileoffset + GOT_DELTIFY_MAXCHUNK, filesize)) {
gh = (gh << 1) + geartab[*p++];
if ((gh & GOT_DELTIFY_SPLITMASK) == 0)
break;
}
*blocklen = (p - (data + fileoffset));
return NULL;
}
const struct got_error *
got_deltify_init(struct got_delta_table **dt, FILE *f, off_t fileoffset,
off_t filesize, uint32_t seed)
{
const struct got_error *err = NULL;
uint32_t h;
const off_t offset0 = fileoffset;
*dt = calloc(1, sizeof(**dt));
if (*dt == NULL)
return got_error_from_errno("calloc");
(*dt)->nblocks = 0;
(*dt)->nalloc = 128;
(*dt)->blocks = calloc((*dt)->nalloc, sizeof(struct got_delta_block));
if ((*dt)->blocks == NULL) {
err = got_error_from_errno("calloc");
goto done;
}
if (fseeko(f, fileoffset, SEEK_SET) == -1)
return got_error_from_errno("fseeko");
while (fileoffset < filesize) {
uint8_t buf[GOT_DELTIFY_MAXCHUNK];
off_t blocklen;
err = nextblk(buf, &blocklen, f);
if (err)
goto done;
if (blocklen == 0)
break;
h = hashblk(buf, blocklen, seed);
err = addblk(*dt, f, offset0, blocklen,
fileoffset - offset0, h);
if (err)
goto done;
fileoffset += blocklen;
if (fseeko(f, fileoffset, SEEK_SET) == -1)
return got_error_from_errno("fseeko");
}
done:
if (err) {
free((*dt)->blocks);
free(*dt);
*dt = NULL;
}
return err;
}
const struct got_error *
got_deltify_init_mem(struct got_delta_table **dt, uint8_t *data,
off_t fileoffset, off_t filesize, uint32_t seed)
{
const struct got_error *err = NULL;
uint32_t h;
const off_t offset0 = fileoffset;
*dt = calloc(1, sizeof(**dt));
if (*dt == NULL)
return got_error_from_errno("calloc");
(*dt)->nblocks = 0;
(*dt)->nalloc = 128;
(*dt)->blocks = calloc((*dt)->nalloc, sizeof(struct got_delta_block));
if ((*dt)->blocks == NULL) {
err = got_error_from_errno("calloc");
goto done;
}
while (fileoffset < filesize) {
off_t blocklen;
err = nextblk_mem(&blocklen, data, fileoffset, filesize);
if (err)
goto done;
if (blocklen == 0)
break;
h = hashblk(data + fileoffset, blocklen, seed);
err = addblk_mem(*dt, data, offset0, blocklen,
fileoffset - offset0, h);
if (err)
goto done;
fileoffset += blocklen;
}
done:
if (err) {
free((*dt)->blocks);
free(*dt);
*dt = NULL;
}
return err;
}
void
got_deltify_free(struct got_delta_table *dt)
{
if (dt == NULL)
return;
free(dt->blocks);
free(dt);
}
static const struct got_error *
emitdelta(struct got_delta_instruction **deltas, size_t *nalloc, int *ndeltas,
const size_t alloc_chunk_size, int copy, off_t offset, off_t len)
{
struct got_delta_instruction *d, *p;
if (*nalloc < *ndeltas + alloc_chunk_size) {
p = reallocarray(*deltas, *nalloc + alloc_chunk_size,
sizeof(struct got_delta_instruction));
if (p == NULL)
return got_error_from_errno("reallocarray");
*deltas = p;
*nalloc += alloc_chunk_size;
}
*ndeltas += 1;
d = &(*deltas)[*ndeltas - 1];
d->copy = copy;
d->offset = offset;
d->len = len;
return NULL;
}
static const struct got_error *
stretchblk(FILE *basefile, off_t base_offset0, struct got_delta_block *block,
FILE *f, off_t filesize, off_t *blocklen)
{
uint8_t basebuf[GOT_DELTIFY_MAXCHUNK], buf[GOT_DELTIFY_MAXCHUNK];
size_t base_r, r, i;
int buf_equal = 1;
if (fseeko(basefile, base_offset0 + block->offset + *blocklen,
SEEK_SET) == -1)
return got_error_from_errno("fseeko");
while (buf_equal && *blocklen < (1 << 24) - 1) {
base_r = fread(basebuf, 1, sizeof(basebuf), basefile);
if (base_r == 0) {
if (ferror(basefile))
return got_ferror(basefile, GOT_ERR_IO);
break;
}
r = fread(buf, 1, sizeof(buf), f);
if (r == 0) {
if (ferror(f))
return got_ferror(f, GOT_ERR_IO);
break;
}
for (i = 0; i < MIN(base_r, r); i++) {
if (buf[i] != basebuf[i]) {
buf_equal = 0;
break;
}
(*blocklen)++;
}
}
return NULL;
}
static const struct got_error *
stretchblk_file_mem(uint8_t *basedata, off_t base_offset0, off_t basefile_size,
struct got_delta_block *block, FILE *f, off_t filesize, off_t *blocklen)
{
uint8_t buf[GOT_DELTIFY_MAXCHUNK];
size_t r, i;
int buf_equal = 1;
off_t base_offset = base_offset0 + block->offset + *blocklen;
if (base_offset > basefile_size) {
return got_error_fmt(GOT_ERR_RANGE,
"read beyond the size of delta base at offset %llu",
base_offset);
}
while (buf_equal && *blocklen < (1 << 24) - 1) {
if (base_offset + *blocklen >= basefile_size)
break;
r = fread(buf, 1, sizeof(buf), f);
if (r == 0) {
if (ferror(f))
return got_ferror(f, GOT_ERR_IO);
break;
}
for (i = 0; i < MIN(basefile_size - base_offset, r); i++) {
if (buf[i] != *(basedata + base_offset + i)) {
buf_equal = 0;
break;
}
(*blocklen)++;
}
}
return NULL;
}
static const struct got_error *
stretchblk_mem_file(FILE *basefile, off_t base_offset0,
struct got_delta_block *block, uint8_t *data, off_t fileoffset,
off_t filesize, off_t *blocklen)
{
uint8_t basebuf[GOT_DELTIFY_MAXCHUNK];
size_t base_r, i;
int buf_equal = 1;
if (fileoffset > filesize) {
return got_error_fmt(GOT_ERR_RANGE,
"read beyond the size of deltify file at offset %llu",
fileoffset);
}
if (fseeko(basefile, base_offset0 + block->offset + *blocklen,
SEEK_SET) == -1)
return got_error_from_errno("fseeko");
while (buf_equal && *blocklen < (1 << 24) - 1) {
if (fileoffset + *blocklen >= filesize)
break;
base_r = fread(basebuf, 1, sizeof(basebuf), basefile);
if (base_r == 0) {
if (ferror(basefile))
return got_ferror(basefile, GOT_ERR_IO);
break;
}
for (i = 0; i < MIN(base_r, filesize - fileoffset); i++) {
if (*(data + fileoffset + i) != basebuf[i]) {
buf_equal = 0;
break;
}
(*blocklen)++;
}
}
return NULL;
}
static const struct got_error *
stretchblk_mem_mem(uint8_t *basedata, off_t base_offset0, off_t basefile_size,
struct got_delta_block *block, uint8_t *data, off_t fileoffset,
off_t filesize, off_t *blocklen)
{
off_t i, maxlen;
off_t base_offset = base_offset0 + block->offset + *blocklen;
uint8_t *p, *q;
if (base_offset > basefile_size) {
return got_error_fmt(GOT_ERR_RANGE,
"read beyond the size of delta base at offset %llu",
base_offset);
}
if (fileoffset > filesize) {
return got_error_fmt(GOT_ERR_RANGE,
"read beyond the size of deltify file at offset %llu",
fileoffset);
}
p = data + fileoffset;
q = basedata + base_offset;
maxlen = MIN(basefile_size - base_offset, filesize - fileoffset);
for (i = 0; i < maxlen && *blocklen < (1 << 24) - 1; i++) {
if (p[i] != q[i])
break;
(*blocklen)++;
}
return NULL;
}
const struct got_error *
got_deltify(struct got_delta_instruction **deltas, int *ndeltas,
FILE *f, off_t fileoffset, off_t filesize, uint32_t seed,
struct got_delta_table *dt, FILE *basefile,
off_t basefile_offset0, off_t basefile_size)
{
const struct got_error *err = NULL;
const off_t offset0 = fileoffset;
size_t nalloc = 0;
const size_t alloc_chunk_size = 64;
*deltas = NULL;
*ndeltas = 0;
/*
* offset0 indicates where data to be deltified begins.
* For example, we want to avoid deltifying a Git object header at
* the beginning of the file.
*/
if (fseeko(f, offset0, SEEK_SET) == -1)
return got_error_from_errno("fseeko");
*deltas = reallocarray(NULL, alloc_chunk_size,
sizeof(struct got_delta_instruction));
if (*deltas == NULL)
return got_error_from_errno("reallocarray");
nalloc = alloc_chunk_size;
while (fileoffset < filesize) {
uint8_t buf[GOT_DELTIFY_MAXCHUNK];
off_t blocklen;
struct got_delta_block *block;
err = nextblk(buf, &blocklen, f);
if (err)
break;
if (blocklen == 0) {
/* Source remainder from the file itself. */
if (fileoffset < filesize) {
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 0, fileoffset - offset0,
filesize - fileoffset);
}
break;
}
err = lookupblk(&block, dt, buf, blocklen, seed, basefile,
basefile_offset0);
if (err)
break;
if (block != NULL) {
/*
* We have found a matching block in the delta base.
* Attempt to stretch the block as far as possible and
* generate a copy instruction.
*/
err = stretchblk(basefile, basefile_offset0, block,
f, filesize, &blocklen);
if (err)
break;
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 1, block->offset, blocklen);
if (err)
break;
} else {
/*
* No match.
* This block needs to be sourced from the file itself.
*/
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 0, fileoffset - offset0, blocklen);
if (err)
break;
}
fileoffset += blocklen;
if (fseeko(f, fileoffset, SEEK_SET) == -1) {
err = got_error_from_errno("fseeko");
break;
}
}
if (err) {
free(*deltas);
*deltas = NULL;
*ndeltas = 0;
}
return err;
}
const struct got_error *
got_deltify_file_mem(struct got_delta_instruction **deltas, int *ndeltas,
FILE *f, off_t fileoffset, off_t filesize, uint32_t seed,
struct got_delta_table *dt, uint8_t *basedata,
off_t basefile_offset0, off_t basefile_size)
{
const struct got_error *err = NULL;
const off_t offset0 = fileoffset;
size_t nalloc = 0;
const size_t alloc_chunk_size = 64;
*deltas = NULL;
*ndeltas = 0;
/*
* offset0 indicates where data to be deltified begins.
* For example, we want to avoid deltifying a Git object header at
* the beginning of the file.
*/
if (fseeko(f, offset0, SEEK_SET) == -1)
return got_error_from_errno("fseeko");
*deltas = reallocarray(NULL, alloc_chunk_size,
sizeof(struct got_delta_instruction));
if (*deltas == NULL)
return got_error_from_errno("reallocarray");
nalloc = alloc_chunk_size;
while (fileoffset < filesize) {
uint8_t buf[GOT_DELTIFY_MAXCHUNK];
off_t blocklen;
struct got_delta_block *block;
err = nextblk(buf, &blocklen, f);
if (err)
break;
if (blocklen == 0) {
/* Source remainder from the file itself. */
if (fileoffset < filesize) {
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 0, fileoffset - offset0,
filesize - fileoffset);
}
break;
}
err = lookupblk_mem(&block, dt, buf, blocklen, seed, basedata,
basefile_offset0);
if (err)
break;
if (block != NULL) {
/*
* We have found a matching block in the delta base.
* Attempt to stretch the block as far as possible and
* generate a copy instruction.
*/
err = stretchblk_file_mem(basedata, basefile_offset0,
basefile_size, block, f, filesize, &blocklen);
if (err)
break;
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 1, block->offset, blocklen);
if (err)
break;
} else {
/*
* No match.
* This block needs to be sourced from the file itself.
*/
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 0, fileoffset - offset0, blocklen);
if (err)
break;
}
fileoffset += blocklen;
if (fseeko(f, fileoffset, SEEK_SET) == -1) {
err = got_error_from_errno("fseeko");
break;
}
}
if (err) {
free(*deltas);
*deltas = NULL;
*ndeltas = 0;
}
return err;
}
const struct got_error *
got_deltify_mem_file(struct got_delta_instruction **deltas, int *ndeltas,
uint8_t *data, off_t fileoffset, off_t filesize, uint32_t seed,
struct got_delta_table *dt, FILE *basefile,
off_t basefile_offset0, off_t basefile_size)
{
const struct got_error *err = NULL;
const off_t offset0 = fileoffset;
size_t nalloc = 0;
const size_t alloc_chunk_size = 64;
*deltas = NULL;
*ndeltas = 0;
*deltas = reallocarray(NULL, alloc_chunk_size,
sizeof(struct got_delta_instruction));
if (*deltas == NULL)
return got_error_from_errno("reallocarray");
nalloc = alloc_chunk_size;
while (fileoffset < filesize) {
off_t blocklen;
struct got_delta_block *block;
err = nextblk_mem(&blocklen, data, fileoffset, filesize);
if (err)
break;
if (blocklen == 0) {
/* Source remainder from the file itself. */
if (fileoffset < filesize) {
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 0, fileoffset - offset0,
filesize - fileoffset);
}
break;
}
err = lookupblk(&block, dt, data + fileoffset, blocklen, seed,
basefile, basefile_offset0);
if (err)
break;
if (block != NULL) {
/*
* We have found a matching block in the delta base.
* Attempt to stretch the block as far as possible and
* generate a copy instruction.
*/
err = stretchblk_mem_file(basefile, basefile_offset0,
block, data, fileoffset + blocklen, filesize,
&blocklen);
if (err)
break;
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 1, block->offset, blocklen);
if (err)
break;
} else {
/*
* No match.
* This block needs to be sourced from the file itself.
*/
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 0, fileoffset - offset0, blocklen);
if (err)
break;
}
fileoffset += blocklen;
}
if (err) {
free(*deltas);
*deltas = NULL;
*ndeltas = 0;
}
return err;
}
const struct got_error *
got_deltify_mem_mem(struct got_delta_instruction **deltas, int *ndeltas,
uint8_t *data, off_t fileoffset, off_t filesize, uint32_t seed,
struct got_delta_table *dt, uint8_t *basedata,
off_t basefile_offset0, off_t basefile_size)
{
const struct got_error *err = NULL;
const off_t offset0 = fileoffset;
size_t nalloc = 0;
const size_t alloc_chunk_size = 64;
*deltas = NULL;
*ndeltas = 0;
*deltas = reallocarray(NULL, alloc_chunk_size,
sizeof(struct got_delta_instruction));
if (*deltas == NULL)
return got_error_from_errno("reallocarray");
nalloc = alloc_chunk_size;
while (fileoffset < filesize) {
off_t blocklen;
struct got_delta_block *block;
err = nextblk_mem(&blocklen, data, fileoffset, filesize);
if (err)
break;
if (blocklen == 0) {
/* Source remainder from the file itself. */
if (fileoffset < filesize) {
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 0, fileoffset - offset0,
filesize - fileoffset);
}
break;
}
err = lookupblk_mem(&block, dt, data + fileoffset, blocklen,
seed, basedata, basefile_offset0);
if (err)
break;
if (block != NULL) {
/*
* We have found a matching block in the delta base.
* Attempt to stretch the block as far as possible and
* generate a copy instruction.
*/
err = stretchblk_mem_mem(basedata, basefile_offset0,
basefile_size, block, data, fileoffset + blocklen,
filesize, &blocklen);
if (err)
break;
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 1, block->offset, blocklen);
if (err)
break;
} else {
/*
* No match.
* This block needs to be sourced from the file itself.
*/
err = emitdelta(deltas, &nalloc, ndeltas,
alloc_chunk_size, 0, fileoffset - offset0, blocklen);
if (err)
break;
}
fileoffset += blocklen;
}
if (err) {
free(*deltas);
*deltas = NULL;
*ndeltas = 0;
}
return err;
}