From 2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 23 Jul 2009 18:24:11 +0000 Subject: move core/* to main/ added maintainer to several packages as well --- main/beecrypt/beecrypt-4.1.2-base64.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/beecrypt/beecrypt-4.1.2-base64.patch (limited to 'main/beecrypt/beecrypt-4.1.2-base64.patch') diff --git a/main/beecrypt/beecrypt-4.1.2-base64.patch b/main/beecrypt/beecrypt-4.1.2-base64.patch new file mode 100644 index 0000000000..c6c370bd07 --- /dev/null +++ b/main/beecrypt/beecrypt-4.1.2-base64.patch @@ -0,0 +1,11 @@ +Fix b64encode() for data starting with NUL from Miloslav Trmac +--- beecrypt-4.1.2/base64.c.b64 2005-04-26 21:46:27.000000000 +0200 ++++ beecrypt-4.1.2/base64.c 2005-04-26 21:47:48.000000000 +0200 +@@ -253,7 +253,6 @@ + unsigned c; + + if (s == NULL) return NULL; +- if (*s == '\0') return calloc(1, sizeof(*t)); + + if (ns == 0) ns = strlen((const char*) s); + nt = ((ns + 2) / 3) * 4; -- cgit v1.2.3