mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
IMPORT: 2048 -> 4096 bytes buffer
This commit is contained in:
parent
f2b937440c
commit
52761bb0a9
@ -737,7 +737,7 @@ static int import_program_into_properties(struct udev_device *dev, const char *p
|
||||
{
|
||||
struct udev *udev = udev_device_get_udev(dev);
|
||||
char **envp;
|
||||
char result[2048];
|
||||
char result[4096];
|
||||
size_t reslen;
|
||||
char *line;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user