rpms/udev/devel udev-import-buffer.patch,NONE,1.1

Harald Hoyer harald at fedoraproject.org
Wed Apr 1 13:40:26 UTC 2009


Author: harald

Update of /cvs/pkgs/rpms/udev/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3740

Added Files:
	udev-import-buffer.patch 
Log Message:
* Wed Apr 01 2009 Harald Hoyer <harald at redhat.com> 139-4
- double the IMPORT buffer (bug #488554)
- Resolves: rhbz#488554


udev-import-buffer.patch:

--- NEW FILE udev-import-buffer.patch ---
From: Kay Sievers <kay.sievers at vrfy.org>
Date: Mon, 30 Mar 2009 18:09:08 +0000 (+0200)
Subject: IMPORT: 2048 -> 4096 bytes buffer
X-Git-Url: http://git.kernel.org/?p=linux%2Fhotplug%2Fudev.git;a=commitdiff_plain;h=52761bb0a99cb80ccb19c9edf23963fdad67060d;hp=f2b937440c682bca3837263a1bafd78e30b17e4d

IMPORT: 2048 -> 4096 bytes buffer
---

diff --git a/udev/udev-rules.c b/udev/udev-rules.c
index 663a6d4..e4594c3 100644
--- a/udev/udev-rules.c
+++ b/udev/udev-rules.c
@@ -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;
 




More information about the fedora-extras-commits mailing list