search for: initbit

Displaying 3 results from an estimated 3 matches for "initbit".

Did you mean: initbits
2020 Jun 18
1
[PATCH] fix warnings with GCC 10
...>= 258) { diff --git a/usr/klibc/zlib/inflate.c b/usr/klibc/zlib/inflate.c index 792fdee8e9c7..0a706208cf4c 100644 --- a/usr/klibc/zlib/inflate.c +++ b/usr/klibc/zlib/inflate.c @@ -649,6 +649,7 @@ int flush; if (state->flags & 0x0200) CRC2(state->check, hold); INITBITS(); state->mode = TIME; + /* fallthrough */ case TIME: NEEDBITS(32); if (state->head != Z_NULL) @@ -656,6 +657,7 @@ int flush; if (state->flags & 0x0200) CRC4(state->check, hold); INITBITS();...
2015 Apr 14
2
[Bug 11215] New: compression/zlib errors discard the zlib error message
...> NEEDBITS(16); > if (hold != (state->check & 0xffff)) { > strm->msg = (char *)"header crc mismatch"; > state->mode = BAD; > break; > } > INITBITS(); > } Note that zlib does have an error message in addition to the error code. It would be very nice if rsync could print the zlib error message alongside the error code and result buffer size. I currently can't get enough information from the provided error message to decide...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address