Debian Patches
Status for tardy/1.28-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
10-man.patch | Manual page fixes | Jari Aalto <jari.aalto@cante.net> | no | 2024-11-24 | ||
fix-format-strings.patch | fix-format-strings | Debian QA Group <packages@qa.debian.org> | no | 2024-11-24 | ||
0004-Replace-boost-with-std-shared_ptr.patch | Replace boost with std::shared_ptr | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-24 | ||
0005-Remove-mismatched-new-delete.patch | Remove mismatched new[]/delete c++ -g -O2 -I. -c tardy/tardy.cc tardy/tardy.cc:439:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] 439 | delete buffer; | ^ | [] tardy/tardy.cc:409:20: note: allocated with 'new[]' here 409 | char *buffer = new char[buffer_size]; | ^ 1 warning generated. This is the last thing that runs before exit, so no need to delete |
=?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-24 | ||
0006-Fix-memory-leak-due-to-mismatched-new-delete.patch | Fix memory leak due to mismatched new[]/delete libtardy/tar/input/tar.cc:145:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] 145 | delete buffer; | ^ | [] libtardy/tar/input/tar.cc:138:20: note: allocated with 'new[]' here 138 | char *buffer = new char[size2]; | ^ libtardy/tar/input/tar.cc:192:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] 192 | delete buffer; | ^ | [] libtardy/tar/input/tar.cc:185:20: note: allocated with 'new[]' here 185 | char *buffer = new char[size2]; | ^ libtardy/tar/input/tar.cc:223:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] 223 | delete buffer; | ^ | [] libtardy/tar/input/tar.cc:216:20: note: allocated with 'new[]' here 216 | char *buffer = new char[size2]; | ^ |
=?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-24 | ||
0007-Remove-guaranteed-to-infinitely-loop-functions.patch | Remove guaranteed-to-infinitely-loop functions libtardy/mprintf.cc:652:1: warning: all paths through this function will call itself [-Winfinite-recursion] 652 | { | ^ |
=?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-24 | ||
0008-Clean-up-maybe-fallthrough-warnings-by-adding-noretu.patch | Clean up maybe-fallthrough warnings by adding [[noreturn]]s | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-24 | ||
0009-Fix-parallel-builds-by-running-c-what-ever.cc-o-inst.patch | Fix parallel builds by running c++ what/ever.cc -o $@ instead of no "-o" and mving to the right subdirectory later | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-24 | ||
0010-tests-don-t-need-all-doc.patch | tests don't need all-doc | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-24 | ||
0011-Insulate-new-tarballs-2GB-test-against-timezone-vari.patch | Insulate new "tarballs >2GB" test against timezone variations | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-24 |