In the Linux kernel, the following vulnerability has been resolved:
drm/meson: Fix refcount bugs in mesonvpuhasavailableconnectors()
In this function, there are two refcount leak bugs: (1) when breaking out of foreachendpointofnode(), we need call the ofnodeput() for the 'ep'; (2) we should call ofnodeput() for the reference returned by ofgraphgetremoteport() when it is not used anymore.