[Libvir] [PATCH] Fix escaping of '<' in virBufferEscapeString

Richard W.M. Jones rjones at redhat.com
Wed Dec 12 15:40:19 UTC 2007


< is currently escaped as ≪

I'm guessing it should be <

These are the places where this function is used:

src/xend_internal.c:           virBufferEscapeString(buf, " 
<cmdline>%s</cmdline>\n", tmp);
src/xend_internal.c:            virBufferEscapeString(&buf, " 
<bootloader_args>%s</bootloader_args>\n", tmp);
src/xm_internal.c:            virBufferEscapeString(buf, " 
<bootloader_args>%s</bootloader_args>\n", str);
src/xm_internal.c:                virBufferEscapeString(buf, " 
<cmdline>%s</cmdline>\n", str);

Rich.

-- 
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libvirt-buffer-escaping.patch
Type: text/x-patch
Size: 451 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20071212/bd8e9c40/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3237 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20071212/bd8e9c40/attachment-0003.bin>


More information about the libvir-list mailing list