Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.infradead.org/battery-2.6

* git://git.infradead.org/battery-2.6:
[PATCH] missing null termination in power supply uevent

+1
+1
drivers/power/power_supply_sysfs.c
··· 289 289 if (ret) 290 290 goto out; 291 291 } 292 + envp[i] = NULL; 292 293 293 294 out: 294 295 free_page((unsigned long)prop_buf);