FreeBSD Bugzilla – Attachment 237725 Details for
Bug 264270
x11/tilda: Bus error (core dumped): vte_terminal_match_set_cursor_type(VteTerminal *, int, GdkCursorType): assertion 'tag >= 0' failed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch fix OOB memory access
patch-src_tilda_terminal.c (text/plain), 376 bytes, created by
Rodrigo Osorio
on 2022-10-30 15:35:01 UTC
(
hide
)
Description:
patch fix OOB memory access
Filename:
MIME Type:
Creator:
Rodrigo Osorio
Created:
2022-10-30 15:35:01 UTC
Size:
376 bytes
patch
obsolete
>--- src/tilda_terminal.c.orig 2022-10-30 15:03:03.702365000 +0000 >+++ src/tilda_terminal.c 2022-10-30 15:03:31.349990000 +0000 >@@ -530,7 +530,7 @@ > */ > flags |= G_SPAWN_FILE_AND_ARGV_ZERO; > } else { >- argv = malloc(1 * sizeof(void *)); >+ argv = malloc(2 * sizeof(void *)); > argv[0] = default_command; > argv[1] = NULL; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 264270
:
234242
|
237715
|
237716
| 237725