Hi,

I am using busybox 1.8.1. dpkg is observed to loop in unpack_ar_archive() call. 
On looking further the loop which gets hit is in get_header_ar():

if (archive_handle->sub_archive) {
   while (archieve_handle->action_data_subarchive(archive_handle->sub_archive) 
== EXIT_SUCESS)
   /*repeat*/;
} else {
}

Has anyone seen this issue before? 

Regards,
Jaspreet


      __________________________________________________________________
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot 
with the All-new Yahoo! Mail.  Click on Options in Mail and switch to New Mail 
today or register for free at http://mail.yahoo.ca
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to