In the Linux kernel, the following vulnerability has been resolved:
video: fbdev: amba-clcd: Fix refcount leak bugs
In clcdfbofinitdisplay(), we should call ofnodeput() for the references returned by ofgraphgetnextendpoint() and ofgraphgetremoteportparent() which have increased the refcount.
Besides, we should call ofnodeput() both in fail path or when the references are not used anymore.