Can anyone here get recent versions of zipnote to work?
The following allows me to write out the comments and file names included in a zip file for editing
Code:
$ zipnote test.zip > testcomments.tmp
However, when I try to apply my edits back zipnote crashes. In fact it crashes even if I make no changes, e.g.
Code:
$ zipnote test.zip > testcomments.tmp
$ zipnote -w test.zip < testcomments.tmp
zipnote error: Bad file descriptor
*** glibc detected *** zipnote: free(): corrupted unsorted chunks: 0x09ff0530 ***
*** glibc detected *** zipnote: malloc(): memory corruption: 0xb77d5008 ***
Inconsistency detected by ld.so: dl-open.c: 221: dl_open_worker: Assertion `_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT'
I have tested this with ZipNote 3.0 on 32-Bit Slackware 14.0 and MacOSX 10.8.5.