• M
    Fix phypOpen() escape_specialcharacters · 40d46934
    Mattias Bolte 提交于
    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: NChris Lalancette <clalance@redhat.com>
    40d46934
phyp_driver.c 36.7 KB