View | Details | Raw Unified
Collapse All | Expand All

(-) clamav-0.91.2/libclamav/mspack.c (-1 / +1 lines)
 Lines 734-740   void mszip_free(struct mszip_stream *zip Link Here 
#define LZX_ENSURE_BITS(nbits)                                              \
#define LZX_ENSURE_BITS(nbits)                                              \
  while (bits_left < (nbits)) {                                         \
  while (bits_left < (nbits)) {                                         \
    if (i_ptr >= i_end) {                                               \
    if (i_ptr + 1 >= i_end) {                                               \
      if (lzx_read_input(lzx)) return lzx->error;                      \
      if (lzx_read_input(lzx)) return lzx->error;                      \
      i_ptr = lzx->i_ptr;                                               \
      i_ptr = lzx->i_ptr;                                               \
      i_end = lzx->i_end;                                               \
      i_end = lzx->i_end;                                               \