You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using open() with an O_NOFOLLOW flag will result in a file falsely
being determined to be a symlink if the open fails for another
reason.
For example, a character device that isn't ready due to the
underlying hardware not being initialized yet will fail to open()
An example of this are any CG2900 device files prior to
execution of ste-cg29xx_ctrl
This uses lstat() instead of open() with O_NOFOLLOW to check
whether a file is a symlink or not.
Change-Id: Ie0d8d94b426c84c29b1b04d41a4cc15536cb307c
0 commit comments