Unicorn with delicious cookie
Nous utilisons des cookies pour améliorer votre expérience de navigation. En savoir plus
Accepter
to the top
>
>
>
Examples of errors detected by the V578…

Examples of errors detected by the V578 diagnostic

V578. Suspicious bitwise operation was detected. Consider inspecting it.


NetXMS

V578 An odd bitwise operation detected: m_flags & (0x00000002 | 0x00000002). Consider verifying it. nms_objects.h 1410


#define CF_AUTO_UNBIND 0x00000002

bool isAutoUnbindEnabled()
{
  return ((m_flags & (CF_AUTO_UNBIND | CF_AUTO_UNBIND)) ==
          (CF_AUTO_UNBIND | CF_AUTO_UNBIND)) ? true : false;
}

RT-Thread

V578 An odd bitwise operation detected. Consider verifying it. pwm.c 415


uint32_t PWM_GetADCTriggerFlag (PWM_T *pwm,
                                uint32_t u32ChannelNum)
{
  uint32_t u32Ret;

  u32Ret = pwm->TRGADCSTS >> u32ChannelNum;

  return (u32Ret & (PWM_TRIGGER_ADC_PERIOD_POINT |
                    PWM_TRIGGER_ADC_CENTER_POINT |
                    PWM_TRIGGER_ADC_FALLING_EDGE_POINT |   // <=
                    PWM_TRIGGER_ADC_FALLING_EDGE_POINT));  // <=
}

Android

V578 An odd bitwise operation detected. Consider verifying it. bta_dm_co.cc 259


void bta_dm_co_ble_io_req(....)
{
  ....
  *p_auth_req = bte_appl_cfg.ble_auth_req |
                (bte_appl_cfg.ble_auth_req & 0x04) |
                ((*p_auth_req) & 0x04);
  ....
}

Godot Engine

V578 An odd bitwise operation detected. Consider verifying it. mesh_storage.cpp 1414


void MeshStorage::update_mesh_instances()
{
  ....
  uint64_t mask = RS::ARRAY_FORMAT_VERTEX | RS::ARRAY_FORMAT_NORMAL
                | RS::ARRAY_FORMAT_VERTEX;
  ....
}

Similar errors can be found in some other places:

  • V578 An odd bitwise operation detected. Consider verifying it. mesh_storage.cpp 1300

close form

Remplissez le formulaire ci‑dessous en 2 étapes simples :

Vos coordonnées :

Étape 1
Félicitations ! Voici votre code promo !

Type de licence souhaité :

Étape 2
Team license
Enterprise licence
** En cliquant sur ce bouton, vous déclarez accepter notre politique de confidentialité
close form
Demandez des tarifs
Nouvelle licence
Renouvellement de licence
--Sélectionnez la devise--
USD
EUR
* En cliquant sur ce bouton, vous déclarez accepter notre politique de confidentialité

close form
La licence PVS‑Studio gratuit pour les spécialistes Microsoft MVP
close form
Pour obtenir la licence de votre projet open source, s’il vous plait rempliez ce formulaire
* En cliquant sur ce bouton, vous déclarez accepter notre politique de confidentialité

close form
I want to join the test
* En cliquant sur ce bouton, vous déclarez accepter notre politique de confidentialité

close form
check circle
Votre message a été envoyé.

Nous vous répondrons à


Si l'e-mail n'apparaît pas dans votre boîte de réception, recherchez-le dans l'un des dossiers suivants:

  • Promotion
  • Notifications
  • Spam