1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00
wine/programs/tasklist
Zhiyi Zhang 1a6deb1cc3 tasklist: Fix a possible buffer overrun (Coverity).
process_entry->szExeFile has length of MAX_PATH but info->image_name only has 32.
2023-12-04 22:10:22 +01:00
..
tests makefiles: Always use the global SOURCES variable for .c files. 2023-11-01 22:44:03 +01:00
Makefile.in makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
tasklist.c tasklist: Fix a possible buffer overrun (Coverity). 2023-12-04 22:10:22 +01:00
tasklist.h tasklist: Partially support '/fi' option. 2023-05-02 13:33:07 +02:00
tasklist.rc tasklist: Partially support '/fi' option. 2023-05-02 13:33:07 +02:00