texconv: Fix PFM reader to avoid overread of buffer (#413)

* texconv: Fix PFM reader to avoid overread of buffer

* More code review

* Max memory usage

* YAML fix
This commit is contained in:
Chuck Walbourn
2023-11-09 20:10:12 -08:00
committed by GitHub
parent 3aebd48c6f
commit 282812b973
5 changed files with 53 additions and 25 deletions

View File

@@ -32,6 +32,8 @@ pool:
jobs:
- job: SDL_BUILD
displayName: 'Build using required SDL tools'
workspace:
clean: all
steps:
- checkout: self
clean: true

View File

@@ -12,7 +12,10 @@
"OneFuzzJobs": [
{
"ProjectName": "Direct3D",
"TargetName": "DirectXTex"
"TargetName": "DirectXTex",
"TargetOptions": [
"-rss_limit_mb=4096"
]
}
],
"JobDependencies": [