Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109816158
D45900.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
341 B
Referenced Files
None
Subscribers
None
D45900.diff
View Options
diff --git a/usr.sbin/bluetooth/bthidd/kbd.c b/usr.sbin/bluetooth/bthidd/kbd.c
--- a/usr.sbin/bluetooth/bthidd/kbd.c
+++ b/usr.sbin/bluetooth/bthidd/kbd.c
@@ -339,7 +339,7 @@
int32_t
kbd_process_keys(bthid_session_p s)
{
- bitstr_t diff[bitstr_size(xsize)];
+ bitstr_t bit_decl(diff, xsize);
int32_t f1, f2, i;
assert(s != NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 10, 9:58 PM (1 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16584265
Default Alt Text
D45900.diff (341 B)
Attached To
Mode
D45900: bthidd: declare appropriate size bitstring
Attached
Detach File
Event Timeline
Log In to Comment