* [Buildroot] [Bug 2737] New: buildroot configuration tool crashing when the path exceeds 128 characters
@ 2010-10-27 14:18 bugzilla at busybox.net
2010-11-07 18:54 ` [Buildroot] [Bug 2737] " bugzilla at busybox.net
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla at busybox.net @ 2010-10-27 14:18 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2737
Summary: buildroot configuration tool crashing when the path
exceeds 128 characters
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: honyakeprt at centrum.cz
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created attachment 2629
--> https://bugs.busybox.net/attachment.cgi?id=2629
quick fix
Install the buildroot to a directory, where the path length exceed 128
characters. Try to run "make oldconfig", the configuration tool is crashing
with message buffer overflow detected. The tool "make menuconfig" is probably
crashing as well.
The buggy file is located here:
..../package/config/confdata.c
Function:
int conf_write(const char *name)
uses arrays of size 128B for path.
Am sending you quick fix, which is working for us.
Regars
JK
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [Bug 2737] buildroot configuration tool crashing when the path exceeds 128 characters
2010-10-27 14:18 [Buildroot] [Bug 2737] New: buildroot configuration tool crashing when the path exceeds 128 characters bugzilla at busybox.net
@ 2010-11-07 18:54 ` bugzilla at busybox.net
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla at busybox.net @ 2010-11-07 18:54 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2737
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> ---
Thanks, fixed in git (ported the similar patch from the kernel)
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-07 18:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-27 14:18 [Buildroot] [Bug 2737] New: buildroot configuration tool crashing when the path exceeds 128 characters bugzilla at busybox.net
2010-11-07 18:54 ` [Buildroot] [Bug 2737] " bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox