Move appropriate variables to NO_COPY segment, throughout.
This commit is contained in:
@@ -740,7 +740,7 @@ digits (const char *name)
|
||||
return p > name && !*p ? n : -1;
|
||||
}
|
||||
|
||||
const char *windows_device_names[] =
|
||||
const char *windows_device_names[] NO_COPY =
|
||||
{
|
||||
NULL,
|
||||
"\\dev\\console",
|
||||
|
Reference in New Issue
Block a user