-
pinotree committed revision 104 to the ebook tools SVN repository, changing 6 files.
2009-12-18 20:20:12 UTC by pinotree
-
pinotree committed revision 103 to the ebook tools SVN repository, changing 1 files.
2009-12-18 19:25:09 UTC by pinotree
-
pinotree committed revision 102 to the ebook tools SVN repository, changing 2 files.
2009-12-18 18:45:55 UTC by pinotree
-
pinotree committed revision 101 to the ebook tools SVN repository, changing 2 files.
2009-12-18 18:35:31 UTC by pinotree
-
pinotree committed revision 100 to the ebook tools SVN repository, changing 1 files.
2009-12-18 18:10:10 UTC by pinotree
-
If there are errors parsing the epub metadata, or the type of data requested is not valid, epub_get_metadata can crash. This makes epub_get_metadata more tolerant to invalid/unhandled data.
2009-10-18 22:11:28 UTC by rhdunn
-
If _opf_parse in opf.c fails to find a metadata block, opf->metadata is left uninitialised. This patch ensures that it gets initialised.
2009-10-18 21:53:20 UTC by rhdunn
-
In function _ocf_parse at file ocf.c, after the line
ocf->filename = malloc(sizeof(char)*(strlen(filename)+1));
there is not a check if malloc returned null.
I will add after that.
if ( ! ocf->filename) {
_epub_print_debug(epub, DEBUG_ERROR, "there is no memory available");
return NULL;
}.
2009-08-23 09:02:15 UTC by almorca
-
Hello,
There is a small bug in lit2epub (present at least in version 0.1.1) which causes it to produce EPUB files with invalid (i.e. different than original) names for some files (e.g. "split.lit" would be renamed to "s.lit.lit").
In order to fix this I suggest changing line 28 to:
EPUB=$(echo $1 | sed -e 's/\.lit$/.epub/')
Cheers,
Tomasz.
2009-08-16 18:14:55 UTC by agis