On Wed, Feb 21, 2024 at 07:55:48PM +0100, Enrico Weigelt, metux IT consult 
wrote:

Please write an actual commit message.

> Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
> ---
>  src/intel_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/intel_device.c b/src/intel_device.c
> index f28d3be1..06108ec3 100644
> --- a/src/intel_device.c
> +++ b/src/intel_device.c
> @@ -335,7 +335,7 @@ static int __intel_open_device__major_minor(int _major, 
> int _minor)
>  static int __intel_open_device__pci(const struct pci_device *pci)
>  {
>       struct stat st;
> -     char path[256];
> +     char path[PATH_MAX];
>       DIR *dir;
>       struct dirent *de;
>       int base;
> --
> 2.39.2

-- 
Ville Syrjälä
Intel

Reply via email to