-
Oops, now I noticed that the Wiki is indeed linked from Summary->Web Site.
But looking for the repository below "Code" or "Download" I was only able to find
the outdated CVS repository.
Also the SourceForce project page displayed strange the first time I visited it so I missed the News item about the moved project. Now it is better but a direct link to the git repository would still be...
2009-03-30 16:09:41 UTC in Haru Free PDF Library
-
Browsing some bugs I found references to a git repository. Nevertheless I was not able to find it from the SF site.
Please add a proper link.
Jens.
2009-03-30 16:02:35 UTC in Haru Free PDF Library
-
There is a buffer overflow by 1 in src/hpdf_fontdef_type1.c.
The following trivial patch corrects it:
@@ -106,7 +106,7 @@ GetKeyword (const char *src,
*keyword = 0;
- while (len > 0) {
+ while (len > 1) {
if (HPDF_IS_WHITE_SPACE(*src)) {
*keyword = 0;
It's easy to explain: If len is one the while loop increases the pointer to buf
by one...
2009-03-30 15:52:23 UTC in Haru Free PDF Library
-
File Added: libharu.diff.
2008-06-02 14:26:21 UTC in Haru Free PDF Library
-
Hi,
compiling libharu on Linux using strongest compiler
options such as -Wall -Wextra -pedantic results in really many warnings and even a single error.
I use gcc version 4.1.2.
Please note that there are still many warnings similar to:
src/hpdf_encrypt.c:318: warning: pointer targets in passing argument 2 of ‘HPDF_MemCpy’ differ in signedness
These can be turned of with...
2008-06-02 14:25:38 UTC in Haru Free PDF Library
-
Hi,
I like the choosen ZLIB/LIBPNG license a lot! Thanks
for choosing it. Nevertheless I wonder about:
Permission to use, ... is hereby granted ... providing that both that copyright notice and this permission notice appear in supporting documentation.
which is part of each *.c file in src/. Doesn't it conflict with
"an acknowledgment in the product documentation would be appreciated...
2008-06-02 14:18:14 UTC in Haru Free PDF Library
-
And another problem with the archive: Selecting an attachmen is not possible. If I try to open it from my mail to translation-team-de on 2007-02-25 I just get
"Insufficient parameters."
Summary: The archive is just a big mess ...
2007-05-01 22:32:01 UTC in The Translation Project
-
Additionally I noticed that viewing same messages results in
"500 - Internal Server Error". Try e.g. the message from Martin Ereth from 2007-04-06.
2007-05-01 12:24:52 UTC in The Translation Project
-
Hi,
it's nearly impossible to read the subjects for the
translation-team-de mailing list via web frontend.
It contains only very strange escape sequences, both for latin1 and UTF-8 encoded mails.
2007-05-01 11:48:56 UTC in The Translation Project
-
jensseidel committed patchset 3288 of module qref to the Debian Reference CVS repository, changing 1 files.
2007-01-27 20:17:43 UTC in Debian Reference