mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[process] restrict search to handles that have R or W access
* Also fix loop overflow
This commit is contained in:
parent
d1927ac1ef
commit
0c76dbf075
9 changed files with 39 additions and 31 deletions
|
@ -191,9 +191,9 @@
|
|||
<ClCompile Include="..\net.c" />
|
||||
<ClCompile Include="..\parser.c" />
|
||||
<ClCompile Include="..\pki.c" />
|
||||
<ClCompile Include="..\process.c" />
|
||||
<ClCompile Include="..\rufus.c" />
|
||||
<ClCompile Include="..\checksum.c" />
|
||||
<ClCompile Include="..\search.c" />
|
||||
<ClCompile Include="..\smart.c" />
|
||||
<ClCompile Include="..\stdfn.c" />
|
||||
<ClCompile Include="..\stdio.c" />
|
||||
|
@ -209,7 +209,7 @@
|
|||
<ClInclude Include="..\format.h" />
|
||||
<ClInclude Include="..\hdd_vs_ufd.h" />
|
||||
<ClInclude Include="..\missing.h" />
|
||||
<ClInclude Include="..\search.h" />
|
||||
<ClInclude Include="..\process.h" />
|
||||
<ClInclude Include="..\settings.h" />
|
||||
<ClInclude Include="..\libcdio\cdio\cdio.h" />
|
||||
<ClInclude Include="..\libcdio\cdio\iso9660.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue