Ignore:
Timestamp:
Apr 21, 2025, 1:39:12 AM (4 months ago)
Author:
Paul Smedley
Message:

Fix a bunch of warnings, add a couple of realtek fixups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-exp/lib32/bitmap.c

    r764 r774  
    704704                        int nmaskbits)
    705705{
    706         if (!access_ok(VERIFY_READ, ubuf, ulen))
     706        if (!access_ok(ubuf, ulen))
    707707                return -EFAULT;
    708708        return __bitmap_parselist((const char *)ubuf,
Note: See TracChangeset for help on using the changeset viewer.