Mattias Bolte 40d46934d0 Fix phypOpen() escape_specialcharacters
Matthias correctly points out that escape_specialcharaters() takes a
length, and since we are now malloc()'ing string in phypOpen instead of
making it a static array, we can't use sizeof(string) anymore.  Calculate
the proper strlen and then use that both to allocate the string and also
pass it to escape_specialcharacters().

Signed-off-by: Chris Lalancette <clalance@redhat.com>
2009-08-20 13:59:07 +02:00
..
2009-08-07 13:50:32 +02:00
2009-06-03 11:13:33 +00:00
2009-08-04 18:13:09 +01:00
2009-07-23 16:07:32 +01:00
2009-07-24 16:11:00 +01:00
2009-07-23 17:38:06 +01:00
2008-12-04 21:09:20 +00:00
2009-05-08 10:05:56 +00:00
2008-11-07 16:43:23 +00:00
2009-06-29 17:09:42 +00:00
2008-11-17 11:03:25 +00:00
2008-11-17 11:03:25 +00:00
2009-07-16 15:06:42 +02:00
2009-07-16 15:06:42 +02:00
2009-06-17 08:38:17 +00:00
2009-07-16 15:06:42 +02:00
2009-07-23 16:07:32 +01:00
2009-07-23 16:07:32 +01:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-15 19:56:05 +00:00
2009-01-21 18:11:14 +00:00