commit | 74201a32082c061a3b966fa3189e97eefbd87c2b | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Tue Aug 19 09:15:22 2025 +0930 |
committer | Alan Modra <amodra@gmail.com> | Tue Aug 19 09:31:06 2025 +0930 |
tree | efb4625e7684cadf7e3c731b0e4af0d1f66f365e | |
parent | c022c513767753fa669ad8da5c0c6f12da4aa26a [diff] |
Re: windres: don't exit so much on errors in read_coff_rsrc oss-fuzz found that I missed some error paths in commit 9e68cae4fd. This fix prevents reads of a NULL pointer in sort_resources. * rescoff.c (read_coff_res_dir): Check return of recursive calls and read_coff_data_entry calls. Pass failures up the call chain.