Source Activity
kernel debugger: Use memcpy for stack trace on kernel stack.
If it was already determined that the memory is within the kernel
stack, a simple memcpy is enough.
This allows capturing kernel stack traces in situations where a fault
handler cannot be installed (i.e. where one is already installed).
If it was already determined that the memory is within the kernel
stack, a simple memcpy is enough.
This allows capturing kernel stack traces in situations where a fault
handler cannot be installed (i.e. where one is already installed).
Categories: Development
usb_hid: Avoid read/writing past allocations with report items.
When extracting/inserting report items there might not be a full uint32
available in the report anymore. Only copy as many bytes as are actually
needed by the report item and guaranteed to be present in the report.
When extracting/inserting report items there might not be a full uint32
available in the report anymore. Only copy as many bytes as are actually
needed by the report item and guaranteed to be present in the report.
Categories: Development
Update boost for ICU 55 upgrade.
Categories: Development
usb_hid: Fix copy length of key state array.
Twice the size was copied due to a missed adjustment in hrev31839,
reading past the key state array. This didn't cause any corruption
because the overwritten state wasn't used anymore later on and the
write didn't overrun. It could cause a crash however if the read went
past the allocated area.
Twice the size was copied due to a missed adjustment in hrev31839,
reading past the key state array. This didn't cause any corruption
because the overwritten state wasn't used anymore later on and the
write didn't overrun. It could cause a crash however if the read went
past the allocated area.
Categories: Development
usb_hid: 80 character limit cleanup.
Categories: Development
DataTranslations: use layout, standard format.
* Fix icns, ico.
* Small fix.
* Partialy fixes #11999.
* Fix icns, ico.
* Small fix.
* Partialy fixes #11999.
Categories: Development
DataTranslations: use layout, standard format.
* Small fix.
* Partialy fixes #11999.
* Small fix.
* Partialy fixes #11999.
Categories: Development
Update usb.ids from www.linux-usb.org
Categories: Development
DataTranslations: use layout, standard format.
* Fix gif, hvif, png, psd, tga.
* Partialy fixes #11999.
* Fix gif, hvif, png, psd, tga.
* Partialy fixes #11999.
Categories: Development
usb_hid: Let protocol handlers know of their closing.
On close a flag is set in the cookie of this user of a protocol handler
and the device cancels its pending transfer. This wakes up any possible
listeners. When the closed flag is set, an error code is returned from
_ReadReport() which causes the retry loop to be left. Handlers listening
on the same device which were not closed just retry the transfer.
This ensures that closing a device will cause pending control requests
to complete with a sensible error code.
On close a flag is set in the cookie of this user of a protocol handler
and the device cancels its pending transfer. This wakes up any possible
listeners. When the closed flag is set, an error code is returned from
_ReadReport() which causes the retry loop to be left. Handlers listening
on the same device which were not closed just retry the transfer.
This ensures that closing a device will cause pending control requests
to complete with a sensible error code.
Categories: Development
DataTranslations: use layout, standard format.
* Fix webP, ppm, sgi, tiff, wonderbrush.
* Partialy fixes #11999.
* Fix webP, ppm, sgi, tiff, wonderbrush.
* Partialy fixes #11999.
Categories: Development
Add packages for Samba and Twolame
* More VLC dependencies.
* More VLC dependencies.
Categories: Development
DataTranslations: use layout, standard format.
* Fix bmp, exr, pcx, raw.
* Partialy fixes #11999.
* Fix bmp, exr, pcx, raw.
* Partialy fixes #11999.
Categories: Development
