mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
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:
@@ -32,6 +32,8 @@ pool:
|
||||
jobs:
|
||||
- job: SDL_BUILD
|
||||
displayName: 'Build using required SDL tools'
|
||||
workspace:
|
||||
clean: all
|
||||
steps:
|
||||
- checkout: self
|
||||
clean: true
|
||||
|
||||
@@ -12,7 +12,10 @@
|
||||
"OneFuzzJobs": [
|
||||
{
|
||||
"ProjectName": "Direct3D",
|
||||
"TargetName": "DirectXTex"
|
||||
"TargetName": "DirectXTex",
|
||||
"TargetOptions": [
|
||||
"-rss_limit_mb=4096"
|
||||
]
|
||||
}
|
||||
],
|
||||
"JobDependencies": [
|
||||
|
||||
Reference in New Issue
Block a user