Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'kgdb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux

Pull kgdb update from Daniel Thompson:
"The entire changeset for kgdb this cycle is a single two-line change
to remove some deadcode that, had it not been dead, would have called
strncpy() in an unsafe manner.

To be fair there were other modest clean ups were discussed this cycle
but they are not finalized and will have to wait until next time"

* tag 'kgdb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux:
kdb: Fix a potential buffer overflow in kdb_local()

-2
-2
kernel/debug/kdb/kdb_main.c
··· 1348 1348 /* PROMPT can only be set if we have MEM_READ permission. */ 1349 1349 snprintf(kdb_prompt_str, CMD_BUFLEN, kdbgetenv("PROMPT"), 1350 1350 raw_smp_processor_id()); 1351 - if (defcmd_in_progress) 1352 - strncat(kdb_prompt_str, "[defcmd]", CMD_BUFLEN); 1353 1351 1354 1352 /* 1355 1353 * Fetch command from keyboard