[LLVMbugs] [Bug 10940] New: fs::create_directories() doesn't actually create all directories in the path.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Sep 15 18:53:13 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=10940

           Summary: fs::create_directories() doesn't actually create all
                    directories in the path.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: ajwong at chromium.org
                CC: llvmbugs at cs.uiuc.edu


The recursion is incorrectly implemented so that it accidentally early
terminated after creating just the first missing directory in the path.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list