1
0
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:
Kay Sievers 2009-03-30 20:09:08 +02:00
parent f2b937440c
commit 52761bb0a9

View File

@ -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;