跳到主要内容

dbus_message_iter_get_array_len

API 概述​

dbus_message_iter_get_array_len 是 libdbus 中的一个API。该规属于deprecated API 类型。该规则是使用 Advance 生成的。

规则描述​

提示

This function is deprecated on the grounds that it is stupid.

信息

标签:deprecated API

参数下标:N/A

CWE类别:CWE-477

规则代码​

import semmle.code.cpp.dataflow.DataFlow

from FunctionCall fc
where fc.getTarget().hasQualifiedName("dbus_message_iter_get_array_len")
select fc.getLocation()