Mailinglist Archive: opensuse-commit (561 mails)
| < Previous | Next > |
commit mtools for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 29 Jun 2010 19:12:49 +0200
- Message-id: <20100629171249.19CC420244@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package mtools for openSUSE:Factory
checked in at Tue Jun 29 19:12:49 CEST 2010.
--------
--- mtools/mtools.changes 2010-03-01 16:22:41.000000000 +0100
+++ mtools/mtools.changes 2010-06-29 18:29:08.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 29 18:27:11 CEST 2010 - pgajdos@xxxxxxx
+
+- fixed initialization in mlabel.c [bnc#618326]
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
mtools-4.0.13-initialize.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mtools.spec ++++++
--- /var/tmp/diff_new_pack.tsKXw3/_old 2010-06-29 19:12:40.000000000 +0200
+++ /var/tmp/diff_new_pack.tsKXw3/_new 2010-06-29 19:12:40.000000000 +0200
@@ -21,10 +21,10 @@
Name: mtools
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
Version: 4.0.13
-Release: 1
+Release: 2
AutoReqProv: on
Group: System/Filesystems
-License: GPLv3+
+License: GPLv2+
Url: http://mtools.linux.lu/
Summary: Access Files on an MS-DOS File System
Source: %{name}-%{version}.tar.bz2
@@ -35,6 +35,7 @@
Patch4: %{name}-%{version}-fat-bits.diff
Patch5: %{name}-%{version}-prototypes.diff
Patch7: %{name}-%{version}-file-close.diff
+Patch8: %{name}-%{version}-initialize.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -97,6 +98,7 @@
%patch4
%patch5
%patch7
+%patch8 -p1
%build
%{suse_update_config -f}
++++++ mtools-4.0.13-initialize.diff ++++++
Index: mtools-4.0.13/mlabel.c
===================================================================
--- mtools-4.0.13.orig/mlabel.c
+++ mtools-4.0.13/mlabel.c
@@ -35,7 +35,7 @@ void label_name(doscp_t *cp, const char
int have_lower, have_upper;
wchar_t wbuffer[12];
- memset(ans, ' ', sizeof(ans)-1);
+ memset(ans, ' ', sizeof(*ans)-1);
ans->sentinel = '\0';
len = native_to_wchar(filename, wbuffer, 11, 0, 0);
if(len > 11){
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |