Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Make-dadadodo-8bit-clean.patch | [PATCH] Make dadadodo 8bit clean | Dmitry Astapov <adept@umc.com.ua> | no | 2001-06-25 | ||
0002-Add-a-w-option-to-change-the-width-of-the-output.patch | [PATCH] Add a -w option to change the width of the output I've been getting amusing results from using dadadodo in conjunction with some of the text-output hacks in xscreensaver, but dadadodo will only output 72-columns wide output, which will wrap in bad places in the hacks that use smaller widths. This patch adds a command-line option to change the width of the output, like --cols on ljlatest. |
Brenton Stone <brstone2@buffalo.edu> | no | 2004-03-21 | ||
0003-Makefile-Respect-CFLAGS-properly.patch | [PATCH] Makefile: Respect CFLAGS properly | Gergely Nagy <algernon@madhouse-project.org> | no | 2012-05-04 | ||
0004-Fix-a-buffer-overrun-during-file-read.patch | [PATCH] Fix a buffer overrun during file read In read_dadadodo_file() only n * sizeof(int) bytes of memory was allocated to a buffer, and later on, we tried to access that same buffer as if it was an array of longs, which obviously overflowed. While there, also fixed another crash we could run into later on, by skipping words that have a count of 0. This latter would probably need to get addressed some other way, to skip these words entirely, but for now, this will do. |
Gergely Nagy <algernon@madhouse-project.org> | no | 2012-05-04 | ||
0005-Fix-Makefile.patch | Patch to add GCC hardening.=================================================================== | Raphael Mota Ramos <raphaelmota.ti@gmail.com> | no | 2015-11-23 | ||
no-Wno-format.patch | no |