mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 12:16:14 +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:
@@ -12,7 +12,10 @@
|
||||
"OneFuzzJobs": [
|
||||
{
|
||||
"ProjectName": "Direct3D",
|
||||
"TargetName": "DirectXTex"
|
||||
"TargetName": "DirectXTex",
|
||||
"TargetOptions": [
|
||||
"-rss_limit_mb=4096"
|
||||
]
|
||||
}
|
||||
],
|
||||
"JobDependencies": [
|
||||
|
||||
Reference in New Issue
Block a user