Skip to content
  • Mike Hibler's avatar
    Avoid a race condition with frisuploadd. · 362bfbfe
    Mike Hibler authored
    frisuploadd will move <foo>.tmp to <foo> when it completes. Since create_image
    monitors the size of the former, it might get an undefined value if it checks
    the size right after it have been renamed. Compensate.
    362bfbfe