"Hoehle, Joerg-Cyril" Joerg-Cyril.Hoehle@t-systems.com writes:
Luis Oliveira wrote:
(defcfun "xmlParserError" :void (ctx :pointer) (msg :string)) (defun xml-parser-error (control-string &rest args) (xmlParserError <whatever-a-ctx-is> (format nil "~?" control-string args)))
Here you allow your application to crash when given strings containing "%" characters.
Oops. Um, I would have never made that mistake when my primary programming language was C! :-)