[DRBD-cvs] r1806 - branches/drbd-0.7
www-data
www-data at garcon.linbit.com
Tue Jun 7 19:19:06 CEST 2005
Author: lars
Date: 2005-06-07 19:19:05 +0200 (Tue, 07 Jun 2005)
New Revision: 1806
Modified:
branches/drbd-0.7/ChangeLog
branches/drbd-0.7/drbd.spec.in
Log:
changelog updates
Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog 2005-05-30 17:07:34 UTC (rev 1805)
+++ branches/drbd-0.7/ChangeLog 2005-06-07 17:19:05 UTC (rev 1806)
@@ -1,6 +1,6 @@
Latest:
------
- ChangeLog last updated: r1801 2005-05-23
+ ChangeLog last updated: r1806 2005-05-23
Cumulative changes since last tarball.
For even more detail, use "svn log" and "svn diff".
@@ -20,6 +20,11 @@
* possibly existing /lib/modules/*/extra/drbd.ko are renamed to .orig in the
post-install scripts to avoid conflicts with existing modules from
distribution kernel packages
+ * fixed flex input buffer overflow
+ drbdadm_scanner.fl produced tokens of arbitrary length due to excessive use
+ of "+" and "*" modifiers. Now these are replaced with "{x,y}" modifiers, so
+ it should no longer segfault, which was actually observed e.g. with long
+ continuous comment blocks (~5k).
0.7.10 (api:77/proto:74)
-----
Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in 2005-05-30 17:07:34 UTC (rev 1805)
+++ branches/drbd-0.7/drbd.spec.in 2005-06-07 17:19:05 UTC (rev 1806)
@@ -190,7 +190,7 @@
/sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
%changelog
-* Mon May 23 2005 15:11:39 +0200 Lars Ellenberg <lars at linbit.com>
+* Tue Jun 7 2005 19:13:00 +0200 Lars Ellenberg <lars at linbit.com>
- drbd (0.7.11-1)
* The upper limit of the runtime tuning parameter max_buffers
was ways too low for today's IBM storage controllers.
@@ -206,6 +206,11 @@
* possibly existing /lib/modules/*/extra/drbd.ko are renamed to .orig in the
post-install scripts to avoid conflicts with existing modules from
distribution kernel packages
+ * fixed flex input buffer overflow
+ drbdadm_scanner.fl produced tokens of arbitrary length due to excessive use
+ of "+" and "*" modifiers. Now these are replaced with "{x,y}" modifiers, so
+ it should no longer segfault, which was actually observed e.g. with long
+ continuous comment blocks (~5k).
* Mon Jan 31 2005 10:17:00 +0200 Philipp Reisner <phil at linbit.com>
- drbd (0.7.10-1)
More information about the drbd-cvs
mailing list