Some minor bugs
Status: Beta
Brought to you by:
veiks
In DigiDocConfig.c:
line 941:
possible overwriting in strcpy(caCN, p) if
caCN > 30 bytes. It is defined at line 1036 as
buf2[30]. My CA Common name is greater than 30 bytes
and it overlaps with buf1.
line 1040:
no <= but < sign is needed!!!
line 1100:
no <= but < sign is needed!!!
line 1260:
in my case the parsing doesn't work, because all the
attribute=value pairs are separated by '/'. It works if
the lines 1260 and 1262 are swapped.
In DigiDocConvert.c:
function ddocConvertInput() - well, it seems obvious to
me that there is a memory leak if WIN32 is defined.
I've used the CVS repository files as a reference, but
it seems that they are not updated with the latest
files April 28, 2006.