ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/liblzf/lzf_c.c
(Generate patch)

Comparing liblzf/lzf_c.c (file contents):
Revision 1.19 by root, Tue Nov 13 08:38:35 2007 UTC vs.
Revision 1.20 by root, Tue Nov 13 08:38:49 2007 UTC

141#endif 141#endif
142 && (off = ip - ref - 1) < MAX_OFF 142 && (off = ip - ref - 1) < MAX_OFF
143 && ip + 4 < in_end 143 && ip + 4 < in_end
144 && ref > (u8 *)in_data 144 && ref > (u8 *)in_data
145#if STRICT_ALIGN 145#if STRICT_ALIGN
146 x x x
146 && ref[0] == ip[0] 147 && ref[0] == ip[0]
147 && ref[1] == ip[1] 148 && ref[1] == ip[1]
148 && ref[2] == ip[2] 149 && ref[2] == ip[2]
149#else 150#else
150 && *(u16 *)ref == *(u16 *)ip 151 && *(u16 *)ref == *(u16 *)ip

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines