From: agk@sourceware.org
To: dm-cvs@sourceware.org, dm-devel@redhat.com
Subject: device-mapper ./WHATS_NEW lib/libdm-deptree.c
Date: 5 Jun 2008 19:10:36 -0000 [thread overview]
Message-ID: <20080605191036.1608.qmail@sourceware.org> (raw)
CVSROOT: /cvs/dm
Module name: device-mapper
Changes by: agk@sourceware.org 2008-06-05 19:10:35
Modified files:
. : WHATS_NEW
lib : libdm-deptree.c
Log message:
Initialise params buffer to empty string in _emit_segment.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/WHATS_NEW.diff?cvsroot=dm&r1=1.232&r2=1.233
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/lib/libdm-deptree.c.diff?cvsroot=dm&r1=1.37&r2=1.38
--- device-mapper/WHATS_NEW 2008/05/21 16:14:44 1.232
+++ device-mapper/WHATS_NEW 2008/06/05 19:10:35 1.233
@@ -1,5 +1,6 @@
Version 1.02.26 -
=================================
+ Initialise params buffer to empty string in _emit_segment.
Skip add_dev_node when ioctls disabled.
Make dm_hash_iter safe against deletion.
Accept a NULL pointer to dm_free silently.
--- device-mapper/lib/libdm-deptree.c 2008/01/15 22:48:11 1.37
+++ device-mapper/lib/libdm-deptree.c 2008/06/05 19:10:35 1.38
@@ -1276,7 +1276,6 @@
switch(seg->type) {
case SEG_ERROR:
case SEG_ZERO:
- params[0] = '\0';
case SEG_LINEAR:
break;
case SEG_MIRRORED:
@@ -1434,6 +1433,7 @@
return 0;
}
+ params[0] = '\0';
ret = _emit_segment_line(dmt, seg, seg_start, params, paramsize);
dm_free(params);
next reply other threads:[~2008-06-05 19:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-05 19:10 agk [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-06-10 11:19 device-mapper ./WHATS_NEW lib/libdm-deptree.c agk
2008-01-15 22:48 jbrassow
2007-12-14 17:57 agk
2006-10-13 14:03 agk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080605191036.1608.qmail@sourceware.org \
--to=agk@sourceware.org \
--cc=dm-cvs@sourceware.org \
--cc=dm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.