Displaying 2 results from an estimated 2 matches for "24fd218".
Did you mean:
24218
2013 Jan 07
1
[PATCH] drivers/xen: avoid out-of-range write in xen_add_device
....
> Signed-off-by: Nickolai Zeldovich <nickolai at csail.mit.edu>
> ---
> include/xen/interface/physdev.h | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/include/xen/interface/physdev.h b/include/xen/interface/physdev.h
> index 1844d31..24fd218 100644
> --- a/include/xen/interface/physdev.h
> +++ b/include/xen/interface/physdev.h
> @@ -242,11 +242,7 @@ struct physdev_pci_device_add {
> uint8_t bus;
> uint8_t devfn;
> } physfn;
> -#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 19...
2013 Jan 07
1
[PATCH] drivers/xen: avoid out-of-range write in xen_add_device
....
> Signed-off-by: Nickolai Zeldovich <nickolai at csail.mit.edu>
> ---
> include/xen/interface/physdev.h | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/include/xen/interface/physdev.h b/include/xen/interface/physdev.h
> index 1844d31..24fd218 100644
> --- a/include/xen/interface/physdev.h
> +++ b/include/xen/interface/physdev.h
> @@ -242,11 +242,7 @@ struct physdev_pci_device_add {
> uint8_t bus;
> uint8_t devfn;
> } physfn;
> -#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 19...