Skip to content

Commit

Permalink
Merge branch 'branch_2.7.x' into no_last_slice
Browse files Browse the repository at this point in the history
  • Loading branch information
Edrusb committed Sep 10, 2024
2 parents 1418d9b + 699e7e2 commit b4d5024
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 7 additions & 0 deletions src/build/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ from 2.7.15 to 2.7.16
- adding support for progressive report to reparing operation at API level
- warning before processing to the backup if gnupg signatories are provided
without any gnupg recipient.
- fixing bug reporting the following message:
"Subtracting an "infinint" greater than the first, "infinint" cannot be negative
which was due to duplicated counter decrement while merging two archives and
overwriting policy drives entry to be removed from the resulting archive adding
to that, the very specific/rare condition where the number of removals exceeds
more than the half of kept entries...


from 2.7.14 to 2.7.15
- updating libdar about CURLINFO_CONTENT_LENGTH_DOWNLOAD symbol which is
Expand Down
9 changes: 0 additions & 9 deletions src/libdar/filtre.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2339,15 +2339,6 @@ namespace libdar
// update back hard link counter
st.decr_hard_links();

// updating counter from pointed to inode

const cat_inode*al_ptr_ino = al_mir->get_inode();
if(al_ptr_ino == nullptr)
throw SRC_BUG;
else
if(al_ptr_ino->ea_get_saved_status() == ea_saved_status::full)
st.decr_ea_treated();

// cleaning the corres_copy map from the pointed to cat_etoile object reference if necessary
clean_hard_link_base_from(al_mir, corres_copy);
}
Expand Down

0 comments on commit b4d5024

Please sign in to comment.