]> xenbits.xensource.com Git - libvirt.git/commit
Fix phyp escape_specialcharacters.
authorChris Lalancette <clalance@redhat.com>
Mon, 3 Aug 2009 11:53:26 +0000 (13:53 +0200)
committerChris Lalancette <clalance@redhat.com>
Tue, 11 Aug 2009 11:32:03 +0000 (13:32 +0200)
commit82bdf6d5ae69dc7680ff7a710711bc5ecdefe2b7
tree2b197fae161501a400d5e8e51e1d448446948e18
parent701477e8c346867fa1e5e34ef1df94369b71cd7e
Fix phyp escape_specialcharacters.

A couple of minor fixes to phyp escape_specialcharacters.  Make it
a static function (since it's only used in phyp/phyp_driver.c), and
make it take a dstlen parameter.  This paves the way for removing
strncpy in the future.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/phyp/phyp_driver.c
src/phyp/phyp_driver.h