Menu

#1 Some minor bugs

open
nobody
None
5
2006-05-19
2006-05-19
stvv
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.