-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54f861c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will break check CPUFriendDataProvider.kext in ocvalidate.
54f861c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Indeed, thanks for letting me know. Actually, let’s remove that check, as CPUFriendDataProvider simply injects personalities, hence the order does not really matter; will do it tomorrow.
UPDATE: Done!
54f861c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no need to remove the check, there's a dependency check. You'd better remove commit with the version number in kext name.
54f861c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope. This commit was created for compatibility reasons. If we still need the ocvalidate check, strstr might be used instead of strcmp; but actually we don't have to, due to the aforementioned points in my last comment.