VirtualBox

Ignore:
Timestamp:
Aug 7, 2016 1:13:28 PM (8 years ago)
Author:
vboxsync
Message:

dtrace: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_lookup.c

    r58990 r63129  
    234234
    235235        type = CTF_TYPE_TO_INDEX(type);
    236         if (type > 0 && type <= fp->ctf_typemax) {
     236        if (type > 0 && type <= (intptr_t/*vbox*/)fp->ctf_typemax) {
    237237                *fpp = fp; /* function returns ending CTF container */
    238238                return (LCTF_INDEX_TO_TYPEPTR(fp, type));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette