22 Jun
2023
22 Jun
'23
2:19 p.m.
Hans Leidekker (@hans) commented about dlls/msi/database.c:
chars_left--; }
+ /* catch erroneous lines, albeit later on */ + if (*num_entries && *num_entries != count) + return ERROR_FUNCTION_FAILED;
Something like /* make sure this line has the same number of entries as the previous one */ would be clearer IMO. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3133#note_36582