Mailinglist Archive: opensuse-bugs (15074 mails)
| < Previous | Next > |
[Bug 305196] memory corruption in zypper / libzypp
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 5 Sep 2007 06:22:45 -0600 (MDT)
- Message-id: <20070905122245.8F688CC789@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=305196#c13
--- Comment #13 from Stanislav Visnovsky <visnov@xxxxxxxxxx> 2007-09-05 06:22:45 MST ---
#10 0x0feb0fc4 in zypp::str::form (format=0x7dc7 <Address 0x7dc7 out of
bounds>) at /usr/src/debug/libzypp-3.18.4/zypp/base/String.cc:39
The 'out of bounds' parameter here is strange, this is the call:
return str::form( "%s <%d> %s(%d) [%s] %s(%s):%d %s",
now.c_str(), level_r,
( gethostname( hostname, 1024 ) ? nohostname : hostname
),
getpid(),
group_r.c_str(),
file_r, func_r, line_r,
message_r.c_str() );
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #13 from Stanislav Visnovsky <visnov@xxxxxxxxxx> 2007-09-05 06:22:45 MST ---
#10 0x0feb0fc4 in zypp::str::form (format=0x7dc7 <Address 0x7dc7 out of
bounds>) at /usr/src/debug/libzypp-3.18.4/zypp/base/String.cc:39
The 'out of bounds' parameter here is strange, this is the call:
return str::form( "%s <%d> %s(%d) [%s] %s(%s):%d %s",
now.c_str(), level_r,
( gethostname( hostname, 1024 ) ? nohostname : hostname
),
getpid(),
group_r.c_str(),
file_r, func_r, line_r,
message_r.c_str() );
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |