Commit 103b56e
[release/8.0] Don't assume all S_IFREG files are seekable (#122188)
Backport of #120736 to release/8.0
/cc @rzikm
## Customer Impact
None, the change is in Debug build only and doesn't affect shipped
product.
## Regression
No, test failures started after adding/updating AzureLinux3 OS in CI
matrix.
## Testing
CI passes.
## Risk
Low, can be considered test-only change as the changes don't propagate
to shipped product.
---------
Co-authored-by: Radek Zikmund <r.zikmund.rz@gmail.com>1 parent 34de5e1 commit 103b56e
File tree
1 file changed
+4
-1
lines changed- src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
348 | 351 | | |
349 | 352 | | |
350 | 353 | | |
| |||
0 commit comments