You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Datastructures1.java, at line #58 the tag variable is equal to the value of c.getTag() which is returning return this.str so the tainted value. So I believe the comment should be "BAD" or the method getTag() should return the C.tag String.
The variable tag declared in the C object is never used.
The text was updated successfully, but these errors were encountered:
On Datastructures1.java, at line #58 the
tag
variable is equal to the value ofc.getTag()
which is returningreturn this.str
so the tainted value. So I believe the comment should be "BAD" or the method getTag() should return theC.tag
String.The variable
tag
declared in the C object is never used.The text was updated successfully, but these errors were encountered: