"Hoehle, Joerg-Cyril" <[EMAIL PROTECTED]> 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! :-)

-- 
Luís Oliveira
luismbo (@) gmail (.) com
Equipa Portuguesa do Translation Project
http://www.iro.umontreal.ca/translation/registry.cgi?team=pt

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to