[Midnight Commander] #241: buffer overflow in __mhl_str_concat_hlp
- From: "Ticket System" <tickets midnight-commander org>
- To: winnie debian org
- Cc: mc-devel gnome org
- Subject: [Midnight Commander] #241: buffer overflow in __mhl_str_concat_hlp
- Date: Tue, 03 Feb 2009 18:43:03 -0000
#241: buffer overflow in __mhl_str_concat_hlp
--------------------------------------------------+-------------------------
Reporter: Patrick Winnertz <winnie debian org> | Owner:
Type: defect | Status: new
Priority: major | Milestone: 4.7
Component: mc-core | Version: 4.6.2
Keywords: | Blocking:
Blockedby: |
--------------------------------------------------+-------------------------
Hey,
There is currently a bufferoverflow in __mhl_str_concat_hlp if the
function is
called with more than 32 parameters.
This will fix this:
{{{
while ((a = va_arg(args, char*)) != (char*)1 && count <=31) { ... }
}}}
--
Ticket URL: <www.midnight-commander.org/ticket/241>
Midnight Commander <www.midnight-commander.org>
Midnight Development Center
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]