• J
    libxl: Compile regular expression where it is used · 4e0ba0bd
    Jim Fehlig 提交于
    The regular expression used to determine guest capabilities
    was compiled in libxlCapsInitHost() but used in libxlCapsInitGuests().
    Move compilation to libxlCapsInitGuests() where it is used, and free
    the compiled regex after use.  Ensure not to free the regex if
    compilation fails.
    4e0ba0bd
libxl_conf.c 37.0 KB