Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/archival/libarchive/liblzo.h

    r2725 r3621  
    7777#    define NEED_IP(x) \
    7878            if ((unsigned)(ip_end - ip) < (unsigned)(x))  goto input_overrun
     79#    define TEST_IV(x)          if ((x) > (unsigned)0 - (511)) goto input_overrun
    7980
    8081#    undef TEST_OP              /* don't need both of the tests here */
     
    8283#    define NEED_OP(x) \
    8384            if ((unsigned)(op_end - op) < (unsigned)(x))  goto output_overrun
     85#    define TEST_OV(x)          if ((x) > (unsigned)0 - (511)) goto output_overrun
    8486
    8587#define HAVE_ANY_OP 1
Note: See TracChangeset for help on using the changeset viewer.