git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e7a14f
)
do_wimlib_extract_image(): Do not allow GLOB_PATHS
author
Eric Biggers
<ebiggers3@gmail.com>
Fri, 17 Jan 2014 03:52:04 +0000
(21:52 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Fri, 17 Jan 2014 03:52:04 +0000
(21:52 -0600)
src/extract.c
patch
|
blob
|
history
diff --git
a/src/extract.c
b/src/extract.c
index 28ebc55db9fba108420adcbf96d384872660eaab..8bbf3e7d5807d89e63f009e01b910f3be72ca73e 100644
(file)
--- a/
src/extract.c
+++ b/
src/extract.c
@@
-2853,7
+2853,8
@@
do_wimlib_extract_image(WIMStruct *wim,
int ret;
if (extract_flags & (WIMLIB_EXTRACT_FLAG_NO_PRESERVE_DIR_STRUCTURE |
- WIMLIB_EXTRACT_FLAG_TO_STDOUT))
+ WIMLIB_EXTRACT_FLAG_TO_STDOUT |
+ WIMLIB_EXTRACT_FLAG_GLOB_PATHS))
return WIMLIB_ERR_INVALID_PARAM;
if (image == WIMLIB_ALL_IMAGES)