commit | 891d1654d7314fa520f708dbc5f1bf855d15bd40 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Sat Aug 02 10:12:21 2025 +0930 |
committer | Alan Modra <amodra@gmail.com> | Sat Aug 02 10:20:15 2025 +0930 |
tree | 6b683d0df40ad941a816b712e26a6aef5ed4ca48 | |
parent | 56639a7e41164834abc5dccb2789b64df63b5692 [diff] |
Re: resbin: don't pass NULL as printf %s arg Commit c6c8d0b82175 went completely the wrong way. "key" needs to be NULL as that reads a different type of data. PR 33244 * resbin.c (get_version_header): Don't pass a NULL key on to toosmall. (bin_to_res_version): Restore NULL key cases.