commit | 9efb7cdef40b3df83a1ec3cdbda882b1a626bb0e | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Tue Jun 10 22:57:46 2025 +0930 |
committer | Alan Modra <amodra@gmail.com> | Wed Jun 11 07:26:07 2025 +0930 |
tree | 167b275db8a072d4a1a35a8d25865cca5a07930e | |
parent | 2c0e910caf1d1b91ee457410249d023dc79d196e [diff] |
dlltool invalid free This is a followup to commt 619f863c55ca "dlltool memory leaks". The name passed to def_name is freed, so if missing we can't just use "". strdup it. * defparse.y (opt_name): xstrdup empty string.