Jonathan Boeing ee94434632
gwin32packageparser: Fix read past end of buffer
g_win32_package_parser_enum_packages() reads beyond the end of a buffer
when doing a memcpy.  With app verifier enabled on Windows, it causes
the application to crash on startup.

This change limits the memcpy to the size of the source string.

Fixes: #2454
2021-08-09 14:13:15 +02:00
..
2021-06-04 11:57:41 +01:00
2021-02-04 18:38:17 +05:30
2020-11-11 13:15:21 +02:00
2021-01-19 23:16:57 +01:00
2021-01-05 21:42:59 +01:00