mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 09:55:11 -04:00
[core] add an exception for JMicron flash drives
* Also fix another round of Coverity trigger-happy warnings (Seriously, those FALSE POSITIVES about fwprintf can £$%^&* off — fix your frigging detection, Synopsys!)
This commit is contained in:
parent
fcb15ab6e9
commit
84427d12dd
7 changed files with 20 additions and 13 deletions
|
@ -216,7 +216,7 @@ static BOOL ExtractFAT(int entry, const char* path)
|
|||
uprintf("invalid path supplied for MS-DOS FAT extraction\n");
|
||||
return FALSE;
|
||||
}
|
||||
strcpy(filename, path);
|
||||
static_strcpy(filename, path);
|
||||
pos = strlen(path);
|
||||
fnamepos = pos;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue