[Bug 301771] Re: madfuload crashes with 'segmentation fault' on amd64
Chris
cpeter1 at gmx.at
Wed Apr 15 11:35:07 UTC 2009
remark to my comment above:
To be more precise: In the output subroutines "fatal", "warning" and "logmsg" in madfuload.c the pointer(?) strerror(errno) is converted into a string via %s,
e.g. in line 289: fatal("cannot claim interface %d: (%d) %s", interface, errno, strerror(errno)).
I think, this is where the segmentation fault happens. if
strerror(errno) is converted to an integer %d instead, then no seg fault
occurs and obviously madfuload returns an integer as result of
strerror(errno).
Pls forgive my descriptions, I am no programmer ;-)
--
madfuload crashes with 'segmentation fault' on amd64
https://bugs.launchpad.net/bugs/301771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list