mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:11:51 +00:00
[CMD] Use string-safe call to build the new console title (possibly truncated, we don't care), avoiding any buffer overflow. Caught by David Quintana.
This commit is contained in:
parent
7b618314c2
commit
ddd03a8973
2 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,8 @@
|
|||
#define NTOS_MODE_USER
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#include <strsafe.h>
|
||||
|
||||
#include <conutils.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue