Changeset 772 for GPL/trunk/lib32/bitmap.c
- Timestamp:
- Apr 19, 2025, 8:08:37 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-6.6-LTS (added) merged: 765,768-769 /GPL/branches/uniaud32-exp (added) merged: 735-741,743-744,748-751,753-760,762-764 /GPL/branches/uniaud32-next merged: 718-734
- Property svn:mergeinfo changed
-
GPL/trunk/lib32/bitmap.c
r679 r772 512 512 int nmaskbits) 513 513 { 514 if (!access_ok( VERIFY_READ,ubuf, ulen))514 if (!access_ok(ubuf, ulen)) 515 515 return -EFAULT; 516 516 return __bitmap_parse((const char *)ubuf, ulen, 1, maskp, nmaskbits); … … 704 704 int nmaskbits) 705 705 { 706 if (!access_ok( VERIFY_READ,ubuf, ulen))706 if (!access_ok(ubuf, ulen)) 707 707 return -EFAULT; 708 708 return __bitmap_parselist((const char *)ubuf,
Note:
See TracChangeset
for help on using the changeset viewer.