Timo Kreuzer
9666f00572
[WIN32K][NTOS] Fix parameter to MmMapViewOfSection
...
The code was passing 0 instead of SECTION_INHERIT::ViewUnmap (2). 0 isn't even a proper constant to be used here. It worked, because MmMapViewOfSection only compares against ViewShare (1) and treats everything else as ViewUnmap.
2023-09-09 12:15:24 +03:00
..
2021-03-31 18:35:31 +02:00
2022-07-02 12:30:03 +03:00
2021-09-13 03:52:22 +02:00
2023-08-22 16:20:29 +03:00
2022-06-05 14:49:47 +02:00
2021-06-09 18:27:12 +02:00
2022-04-15 23:09:16 +02:00
2022-12-01 08:54:39 +09:00
2022-04-17 06:53:37 +09:00
2021-09-13 03:52:22 +02:00
2023-08-22 16:20:29 +03:00
2022-04-15 23:09:16 +02:00
2023-09-09 12:15:24 +03:00
2022-06-05 14:49:47 +02:00
2022-04-18 20:01:37 +02:00
2022-10-11 19:04:59 +02:00
2022-04-15 23:09:16 +02:00
2022-05-14 21:29:12 +02:00
2023-06-21 18:00:24 +02:00
2023-06-21 18:00:24 +02:00
2021-09-13 03:52:22 +02:00
2022-04-15 23:09:16 +02:00
2021-12-29 16:51:23 +01:00