jacobsmithasd2534 jacobsmithasd2534 09-02-2024 Computers and Technology contestada Name the vulnerability for the following code:class Action{public: char text[256]; virtual void safe() { cin >> text; } virtual void unsafe();}