Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
-
None
-
5.5.55
Description
In one created a MyISAM table with DATA_DIRECTORY or INDEX_DIRECTORY attributes (that is, with symlinks) mi_open() and mi_delete() used the pattern of
- expand all symlinks with realpath()
- verify that the true path isn't leading into a datadir
- open (or, accordingly, delete) the file
This is race condition prone, one can change the symlink after it was expanded by realpath() but before the file is opened.
Attachments
Issue Links
- links to
Activity
Transition | Time In Source Status | Execution Times |
---|
|
22d 4h 7m | 1 |
|
15h 52m | 1 |
|
5d 26m | 1 |
|
22h 11m | 1 |
|
5d 2h 33m | 1 |