mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 08:58:05 +02:00
Merge branch 'wip/over-allocation-fix' into 'master'
boot-server: fix type confusion when allocating connection object See merge request plymouth/plymouth!27
This commit is contained in:
commit
e3bb33dea7
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ ply_boot_connection_new (ply_boot_server_t *server,
|
|||
{
|
||||
ply_boot_connection_t *connection;
|
||||
|
||||
connection = calloc (1, sizeof(ply_boot_server_t));
|
||||
connection = calloc (1, sizeof(ply_boot_connection_t));
|
||||
connection->fd = fd;
|
||||
connection->server = server;
|
||||
connection->watch = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue