-
For source code file tkimg1.3/libtiff/contrib/iptcutil/iptcutil.c
function formatIPTC
I notice the following code
str=(unsigned char *) malloc((unsigned int) (taglen+1));
if (str == (unsigned char *) NULL)
{
printf("Memory allocation failed");
return 0;
}
for (tagindx=0; tagindx
2009-10-21 09:14:40 UTC by dcb314
-
obermeier committed revision 228 to the tkImg SVN repository, changing 1 files.
2009-10-18 13:46:15 UTC by obermeier
-
Thanks, Daniel and Wordtech. So this issue can be closed now.
2009-07-29 11:37:37 UTC by nijtmans
-
Daniel's fix works for me, I have successfully built TkImg as a four-way universal binary.
2009-07-27 21:57:24 UTC by wordtech
-
nijtmans committed revision 227 to the tkImg SVN repository, changing 1 files.
2009-07-27 14:17:24 UTC by nijtmans
-
I can confirm that updating to latest tcl.m4 and regenerating all configure scripts is sufficient to fix this issue.
2009-07-27 13:12:36 UTC by das
-
nijtmans committed revision 226 to the tkImg SVN repository, changing 2 files.
2009-07-27 12:55:00 UTC by nijtmans
-
fixed in r225. Thanks!
2009-07-27 09:20:47 UTC by nijtmans
-
nijtmans committed revision 225 to the tkImg SVN repository, changing 2 files.
2009-07-27 09:20:20 UTC by nijtmans
-
I don't know anything about universal binaries, but only updating tcl.m4 is not enough: all configure scripts need to be re-generated with autoconf-2.63. Done that now in r224. Does that fix the problem? if not, let us know what more changes (in TEA, probably) are required. I'll leave this issue open.
Assigning this to Andreas, he problably has more input on how to get it right. If TEA can do...
2009-07-27 08:53:01 UTC by nijtmans