| Previous | 199869 Revisions | Next |
| r33552 Wednesday 26th November, 2014 at 08:02:27 UTC by Oliver Stöneberg |
|---|
| fixed poteotential -validate crash with invalid softwarelist XML (nw) |
| [src/emu] | softlist.c |
| r242063 | r242064 | |
|---|---|---|
| 196 | 196 | m_list(list), |
| 197 | 197 | m_supported(SOFTWARE_SUPPORTED_YES), |
| 198 | 198 | m_shortname(name), |
| 199 | m_parentname(parent) | |
| 199 | m_longname(NULL), | |
| 200 | m_parentname(parent), | |
| 201 | m_year(NULL), | |
| 202 | m_publisher(NULL) | |
| 200 | 203 | { |
| 201 | 204 | // ensure strings we are passed are in the string pool |
| 202 | 205 | assert(list.string_pool_contains(name)); |
| https://github.com/mamedev/mame/commit/98aedadd72a866078ad3f0cee7b5cabbc1f2858a |
| Previous | 199869 Revisions | Next |