Skip to content

Commit

Permalink
remove one typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mudongliang committed Mar 1, 2019
1 parent b110795 commit 31980c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CVE-2008-5904/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ In function 'open',
__open_missing_mode();
```
Solution: modify `os_calls.c:505` to `return open(file_name, O_RDWR | O_CREAT, S_ORUSR | S_IWUSR). This problem is specific to earlier version of xrdp. libc API changed.
```

## How to trigger vulnerability

Expand Down

0 comments on commit 31980c4

Please sign in to comment.