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.20 by root, Tue Nov 13 08:38:49 2007 UTC vs.
Revision 1.21 by root, Tue Nov 13 08:38:56 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
147 && ref[0] == ip[0] 146 && ref[0] == ip[0]
148 && ref[1] == ip[1] 147 && ref[1] == ip[1]
149 && ref[2] == ip[2] 148 && ref[2] == ip[2]
150#else 149#else
151 && *(u16 *)ref == *(u16 *)ip 150 && *(u16 *)ref == *(u16 *)ip

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines