Commit 916af8ea08d4c4b7658c49ec4c904050def3800b

Carlos Martín Nieto 2018-05-14T16:03:15

submodule: also validate Windows-separated paths for validity Otherwise we would also admit `..\..\foo\bar` as a valid path and fail to protect Windows users. Ideally we would check for both separators without the need for the copied string, but this'll get us over the RCE.