[Bug 2041] [1.16.2] "sed" segmentation fault

bugzilla at busybox.net bugzilla at busybox.net
Sat Jun 19 17:10:22 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=2041

--- Comment #8 from Denys Vlasenko <vda.linux at googlemail.com>  ---
As you see, input_file_list[0] somehow magically changed from non-NULL to NULL.

Please add the line:

bb_error_msg("line %d: input_file_list:%p input_file_list[0]:%p", __LINE__,
G.input_file_list, G.input_file_list[0]);

in various places in sed.c and find the exact place where it happens. Then we
can figure out _how_ it happens.

-- 
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.


More information about the busybox-cvs mailing list