Hi all, I went on to try debugging OpenCryptoki on my systems, and I built with debug logging enabled. The st_err_log(4, ...) calls are totally messed up and unusable.
The problem is that the fourth message passes a %s specification that should contain the function name, but that string is passed as a non-format string instead. Simply switching it around is not enough either because the LogMessage macro expects a literal format as it is glued on another format string. -- Diego Elio Pettenò — Flameeyes http://blog.flameeyes.eu/ ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
