Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
acpi
acpi-memset-with-zero-length.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File acpi-memset-with-zero-length.patch of Package acpi
--- acpi.c.orig +++ acpi.c @@ -492,7 +492,7 @@ void print_thermal_information(struct li double real_temp; int i, trip_points = -1; - memset(trip, sizeof trip, 0); + memset(trip, 0, sizeof trip); fields = sensor->data; while (fields) { value = fields->data;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor