mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
added code that would crash the server
This commit is contained in:
parent
0dc1f6a846
commit
fea331bfac
@ -84,6 +84,8 @@ void Application::CheckForUpdates() {
|
|||||||
warn(std::string(ANSI_YELLOW_BOLD) + "NEW VERSION OUT! There's a new version (v" + RealVersionString + ") of the BeamMP-Server available! For more info visit https://wiki.beammp.com/en/home/server-maintenance#updating-the-server." + std::string(ANSI_RESET));
|
warn(std::string(ANSI_YELLOW_BOLD) + "NEW VERSION OUT! There's a new version (v" + RealVersionString + ") of the BeamMP-Server available! For more info visit https://wiki.beammp.com/en/home/server-maintenance#updating-the-server." + std::string(ANSI_RESET));
|
||||||
} else {
|
} else {
|
||||||
info("Server up-to-date!");
|
info("Server up-to-date!");
|
||||||
|
char* crasher = nullptr;
|
||||||
|
crasher[4555] = 'c';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
warn("Unable to fetch version from backend.");
|
warn("Unable to fetch version from backend.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user