In the Linux kernel, the following vulnerability has been resolved:
ice: switch: fix potential memleak in iceaddadv_recipe()
When iceaddspecialwords() fails, the 'rm' is not released, which will lead to a memory leak. Fix this up by going to 'errunroll' label.
Compile tested only.