Content deleted Content added
moving malplaced template to talk page |
Typo fixing, typos fixed: by by → by using AWB |
||
Line 2:
Several implementation / design flaws are associated with [[String (computer science)|string]] programming, some of those are associated with [[security exploit]]s.
== Concatenation problems ==
It is possible to cause ''String1 + User_Input_String + String2'' to behave in unepected ways
=== String termination ===
|