Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
compile.patch | source fixes to compile the program | Roberto Lumbreras <rover@debian.org> | no | 2024-11-28 | ||
warnings-and-sigvec.patch | fix compilation warnings and obsolete sigvec usage * Fix FTBFS with glibc 2.21 and gcc-5; sigvec is no longer supported and has to be replaced with sigaction. * Fix a lot of silly compilation warnings. |
Roberto Lumbreras <rover@debian.org> | no | 2024-11-28 | ||
0003-Replace-fmt.-ch-with-snprintf-3.patch | Replace fmt.[ch] with snprintf(3) | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0004-Fully-prototype-sigdfl.-ch.patch | Fully-prototype sigdfl.[ch] | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0005-Fully-prototype-sigsched.-ch.patch | Fully-prototype sigsched.[ch] | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0006-Replace-geoptt.-ch-with-getopt-3.patch | Replace geoptt.[ch] with getopt(3) | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0007-Remove-ralloc.-ch-additional-interface-not-used-it-s.patch | Remove ralloc.[ch]: additional interface not used, it's all ralloc/rfree only | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0008-Replace-scan.-ch-with-strtoull-3-wrapper.patch | Replace scan.[ch] with strtoull(3) wrapper | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0009-Fully-prototype-main.c.patch | Fully-prototype main.c | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0010-Inline-the-annoying-bits-of-sod.h.patch | Inline the annoying bits of sod.h | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0011-bufsize-needs-to-be-an-uint.-startpos-endpos-need-to.patch | bufsize needs to be an uint. startpos/endpos need to be off_t instead of int | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0012-Unused-int-blah.patch | Unused int blah | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0013-Use-calloc-instead-of-malloc-0.patch | Use calloc() instead of malloc()+=0 | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0014-boolise-breakpipe-and-dead.patch | boolise breakpipe and dead | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 | ||
0015-Consider-also-iohead-and-eofhead-fd-fd-and-efd-when-.patch | Consider also iohead and eofhead (-fd/,fd and efd) when calculating the max known fd They all index into the global fdinmax-indexed arrays. For example, echo asd | ./multitee 'e11800802)' would segfault because fdinmax=0 but eofhead->fd=11800802 so doeof()'s if(fdlive[eof->data]) dereferenced fdlive[11800802]. |
=?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | no | 2024-11-28 |