Page MenuHomeFreeBSD

D47041.diff
No OneTemporary

D47041.diff

diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c
--- a/usr.bin/compress/zopen.c
+++ b/usr.bin/compress/zopen.c
@@ -620,7 +620,8 @@
}
/* High order bits. */
- gcode |= (*bp & rmask[bits]) << r_off;
+ if (bits > 0)
+ gcode |= (*bp & rmask[bits]) << r_off;
roffset += n_bits;
return (gcode);

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 12, 4:43 PM (20 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13930005
Default Alt Text
D47041.diff (319 B)

Event Timeline