"doc/LrangeCommand.html" did not exist on "81d456450ac42b7cf78367ae3a89af1a543c9ff1"
Fix fd check in memtest_test_linux_anonymous_maps (#12943)
The open function returns a fd on success or -1 on failure, here we should check fd != -1, otherwise -1 will be judged as success. This closes #12938.
Please register or sign in to comment