coff: revert .rdata to be read-only again
This commit is contained in:
@@ -388,7 +388,6 @@ fn populateMissingMetadata(self: *Coff) !void {
|
||||
self.rdata_section_index = try self.allocateSection(".rdata", file_size, .{
|
||||
.CNT_INITIALIZED_DATA = 1,
|
||||
.MEM_READ = 1,
|
||||
.MEM_WRITE = 1,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user