eudev-project / eudev

Repository for eudev development
GNU General Public License v2.0
521 stars 145 forks source link

Fix a mistake in the length of USEC_INITIALIZED when parsing property… #269

Closed bbonev closed 10 months ago

bbonev commented 10 months ago

The value of the length of property[] in the function udev_device_set_usec_initialized(udev_device, strtoull(&property[19], NULL, 10)) must be changed from 19 to 17.