1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00
Jameson Nash 7e6590f31d
win: remap ERROR_NOACCESS and ERROR_BUFFER_OVERFLOW (#4567)
It seemed incorrect to map a segfault to EACCES, since posix would typically
map this to EFAULT. The ERROR_BUFFER_OVERFLOW is literally "the filename is too
long", and is not typically an invalid parameter in posix.

Test originally added in #1060 to test the API, not the value.
2024-10-17 15:37:00 -04:00
..
2020-03-27 23:51:32 +01:00
2024-09-17 21:30:24 +02:00
2011-04-19 04:47:21 +02:00
2024-10-04 13:33:22 +02:00
2011-04-19 04:47:21 +02:00
2024-08-05 17:15:53 -04:00