linux-audit / audit-userspace

Linux audit userspace repository
GNU General Public License v2.0
589 stars 206 forks source link

Adjust queue->end when removing a node from a single element queue #370

Closed Cropi closed 4 months ago

Cropi commented 5 months ago

Fix the node removal function if the queue contains only one element. If there is no front, then there should be no end as well.