linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] udev_rules_apply_format(): do not process substituted
@ 2007-02-01 15:06 Sergey Vlasov
  2007-02-01 15:48 ` Kay Sievers
  2007-02-01 19:01 ` Sergey Vlasov
  0 siblings, 2 replies; 3+ messages in thread
From: Sergey Vlasov @ 2007-02-01 15:06 UTC (permalink / raw)
  To: linux-hotplug

Substituted values may contain parts which look like format elements,
but they must not be interpreted as such, so skip the substituted
value before looking for more format elements.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
---
 udev_rules.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/udev_rules.c b/udev_rules.c
index 90a83e5..a481712 100644
--- a/udev_rules.c
+++ b/udev_rules.c
@@ -562,6 +562,7 @@ found:
 			head[len] = '\0';
 			dbg("truncate to %i chars, subtitution string becomes '%s'", len, head);
 		}
+		head = strchr(string, '\0');
 		strlcat(string, temp, maxsize);
 	}
 }
-- 
1.5.0.rc2.gd894fb


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-02-01 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-01 15:06 [PATCH 3/3] udev_rules_apply_format(): do not process substituted Sergey Vlasov
2007-02-01 15:48 ` Kay Sievers
2007-02-01 19:01 ` Sergey Vlasov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).