Skip to content

Commit

Permalink
WAG #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Nov 13, 2016
1 parent 006262f commit c6ffc3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c-preload/tests/bad-includes
@@ -1,2 +1,2 @@
#define DOTDOTFILE "../../../etc/passwd"
#define DOTDOTFILE "../../../etc/shadow"
#include DOTDOTFILE
2 changes: 1 addition & 1 deletion etc/config/c++.amazon.properties
Expand Up @@ -149,7 +149,7 @@ compiler.cl19_64.needsMulti=false
compiler.cl19_64.asmFlag=/FAsc
compiler.cl19_64.versionFlag=/?
compiler.cl19_64.versionRe=^Microsoft \(R\) C/C\+\+.*$
compiler.cl19_32.exe=/opt/gcc-explorer/windows/14.0.24224-Pre/lib/native/bin/amd64/cl.exe
compiler.cl19_32.exe=/opt/gcc-explorer/windows/14.0.24224-Pre/lib/native/bin/amd64_x86/cl.exe
compiler.cl19_32.options=/I/opt/gcc-explorer/windows/10.0.10240.0/ucrt/ /I/opt/gcc-explorer/windows/14.0.24224-Pre/lib/native/include/
compiler.cl19_32.name=x86 CL 19
compiler.cl19_32.isCl=true
Expand Down

0 comments on commit c6ffc3c

Please sign in to comment.