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/lzo1x_d.c

    r3232 r3621  
    9393                NEED_IP(1);
    9494            }
     95            TEST_IV(t);
    9596            t += 15 + *ip++;
    9697        }
     
    225226                        NEED_IP(1);
    226227                    }
     228                    TEST_IV(t);
    227229                    t += 31 + *ip++;
    228230                }
     
    266268                        NEED_IP(1);
    267269                    }
     270                    TEST_IV(t);
    268271                    t += 7 + *ip++;
    269272                }
Note: See TracChangeset for help on using the changeset viewer.