Damien Zammit, le ven. 24 juil. 2020 23:20:38 +1000, a ecrit:
> +kern_return_t
> +S_i386_io_perm_create (mach_port_t master_port,
> +                              io_port_t from,
> +                              io_port_t to,
> +                              io_perm_t *io_perm)
> +{
> +  return i386_io_perm_create (_hurd_device_master, from, to, io_perm);
> +}

Same here, as I mentioned I believe we want to check that master_port
really is the master device port.

Samuel

Reply via email to