Cleanups.
This commit is contained in:
+1
-1
@@ -1666,7 +1666,7 @@ int PackMachBase<T>::canUnpack()
|
||||
}
|
||||
if (!strcmp("__LINKEDIT", segptr->segname)) {
|
||||
offLINK = segptr->fileoff;
|
||||
if (offLINK < pos_next) {
|
||||
if (offLINK < (off_t) pos_next) {
|
||||
offLINK = pos_next;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user