Merge pull request #5286 from Feoramund/no-san-mem

Add `@(no_sanitize_memory)` with additions to `base:sanitizer`
This commit is contained in:
gingerBill
2025-06-09 12:46:22 +01:00
committed by GitHub
12 changed files with 101 additions and 17 deletions
+1
View File
@@ -269,6 +269,7 @@ _write_at :: proc(f: ^File_Impl, p: []byte, offset: i64) -> (nt: i64, err: Error
return
}
@(no_sanitize_memory)
_file_size :: proc(f: ^File_Impl) -> (n: i64, err: Error) {
// TODO: Identify 0-sized "pseudo" files and return No_Size. This would
// eliminate the need for the _read_entire_pseudo_file procs.