On Thu, Jan 02, 2025 at 04:26:50PM GMT, Marcus Glocker wrote:

> CVSROOT:      /cvs
> Module name:  src
> Changes by:   mgloc...@cvs.openbsd.org        2025/01/02 16:26:50
> 
> Modified files:
>       sys/dev/i2c    : ihidev.c 
> 
> Log message:
> Fix the sequence of allocating the input buffer memory, so that it gets
> allocated before we establish the interrupt handler, which requires this
> buffer.  This prevents that an early device interrupt would try to write
> in to an uninitialized memory pointer.
> 
> The issue was reported by kirill@
> 
> ok kirill@, brynet@, kettenis@, mvs@

ok jcs@

Reply via email to