Comment 2 for bug 1593378

Revision history for this message
Eric Desrochers (slashd) wrote :

line #272 checks for duplication and jumps to the done label (line #294) when a duplicate is found.

The code increases 'ntags' without filling in the tags struct with values.
In later iterations this could lead to copying and using uninitialised memory.