Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mdadm for openSUSE:Factory checked 
in at 2025-12-09 12:45:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mdadm (Old)
 and      /work/SRC/openSUSE:Factory/.mdadm.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mdadm"

Tue Dec  9 12:45:45 2025 rev:162 rq:1321547 version:4.4+31.g541b40d3

Changes:
--------
--- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes      2025-11-24 
14:05:19.243527369 +0100
+++ /work/SRC/openSUSE:Factory/.mdadm.new.1939/mdadm.changes    2025-12-09 
12:46:49.554997035 +0100
@@ -1,0 +2,6 @@
+Mon Dec  8 10:29:07 UTC 2025 - Martin Wilck <[email protected]>
+
+- Update to version 4.4+31.g541b40d3:
+  * fix crash with homehost=none (bsc#1254541)
+
+-------------------------------------------------------------------

Old:
----
  mdadm-4.4+30.g9a59bf51.tar.xz

New:
----
  build.specials.obscpio
  mdadm-4.4+31.g541b40d3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mdadm.spec ++++++
--- /var/tmp/diff_new_pack.z33byf/_old  2025-12-09 12:46:54.135190611 +0100
+++ /var/tmp/diff_new_pack.z33byf/_new  2025-12-09 12:46:54.139190780 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:           mdadm
-Version:        4.4+30.g9a59bf51
+Version:        4.4+31.g541b40d3
 Release:        0
 BuildRequires:  binutils-devel
 BuildRequires:  groff

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.z33byf/_old  2025-12-09 12:46:54.179192470 +0100
+++ /var/tmp/diff_new_pack.z33byf/_new  2025-12-09 12:46:54.191192978 +0100
@@ -1,5 +1,5 @@
-mtime: 1763660723
-commit: 2f88037e7b64dcace427102b97600eb83b2a013c4ab41011c64c75dc6557ba85
+mtime: 1765190020
+commit: 5a21824d00e95912669d65cda66af64e76f88773ab8c9b8288b49919ea368a02
 url: https://src.opensuse.org/mwilck/mdadm
 revision: factory
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.z33byf/_old  2025-12-09 12:46:54.227194500 +0100
+++ /var/tmp/diff_new_pack.z33byf/_new  2025-12-09 12:46:54.231194668 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/openSUSE/mdadm.git</param>
-              <param 
name="changesrevision">9a59bf51549ed5fc43284b83573e52b5505812d5</param></service></servicedata>
+              <param 
name="changesrevision">541b40d3e93dbd595e957fae375e74f9cde7ecdb</param></service></servicedata>
 (No newline at EOF)
 

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-12-08 11:33:57.000000000 +0100
@@ -0,0 +1,3 @@
+.osc
+*~
+/mdadm/

++++++ mdadm-4.4+30.g9a59bf51.tar.xz -> mdadm-4.4+31.g541b40d3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdadm-4.4+30.g9a59bf51/super1.c 
new/mdadm-4.4+31.g541b40d3/super1.c
--- old/mdadm-4.4+30.g9a59bf51/super1.c 2025-11-20 18:30:07.000000000 +0100
+++ new/mdadm-4.4+31.g541b40d3/super1.c 2025-12-08 11:27:09.000000000 +0100
@@ -1239,7 +1239,8 @@
                        snprintf(info->name, sizeof(info->name), "%d", 
info->array.md_minor);
                memset(sb->set_name, 0, sizeof(sb->set_name));
 
-               namelen = strnlen(homehost, MD_NAME_MAX) + 1 + 
strnlen(info->name, MD_NAME_MAX);
+               namelen = (homehost ? strnlen(homehost, MD_NAME_MAX) : 0)
+                       + 1 + strnlen(info->name, MD_NAME_MAX);
                if (homehost &&
                    strchr(info->name, ':') == NULL &&
                    namelen < MD_NAME_MAX) {

Reply via email to